From 5badb47ef6cede4d29c6c239c0a8e59803a22989 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Fri, 26 May 2023 12:34:22 +0200 Subject: [PATCH] Different syntax for 'files' argument --- .github/workflows/vale.yml | 4 +++- introduction/07-faq.asciidoc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 50e54387..08f11130 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -20,7 +20,9 @@ jobs: - name: Vale Linting uses: errata-ai/vale-action@reviewdog with: - files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]' + # files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]' + files: 'introduction/*.asciidoc,project-leader/*.asciidoc' + separator: "," # vale_flags: "--glob=*.asciidoc" filter_mode: file debug: true diff --git a/introduction/07-faq.asciidoc b/introduction/07-faq.asciidoc index 9b21450c..4339a91d 100644 --- a/introduction/07-faq.asciidoc +++ b/introduction/07-faq.asciidoc @@ -41,7 +41,7 @@ InnerSource gives engineers the opportunity to develop their career, both in ter Also, many engineers value open source; InnerSource embraces open source practices, and can be a step towards open source for many projects. === What are the expectations on part of both host and contributor? -Work together! This may be completely async via Pull Requests, or involve regular community catchups - whatever works for you. +Work together! This may be completely async via Pull Requests, or involve regular community catch-ups - whatever works for you. Communication and support must go in both directions and be open and collaborative, fostering a culture of psychological safety. Feedback on contributions, or existing code, must be approached with a growth mindset, and as partnership to make things better.