From d8b80b3b0961241323e2a61d1dbfae2865554d54 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 4 Dec 2022 23:06:33 -0700 Subject: [PATCH 1/3] chore: fix typos --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index dd6aa5df..a7bc6ff4 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: required: false default: "" files: - description: "File and directory patterns to detect changes using only these list of file(s) (Defaults to the entire repo) **NOTE:** Multiline file/directory patterns should not include qoutes." + description: "File and directory patterns to detect changes using only these list of file(s) (Defaults to the entire repo) **NOTE:** Multiline file/directory patterns should not include quotes." required: false default: "" files_separator: @@ -32,7 +32,7 @@ inputs: default: "\n" required: false files_ignore: - description: "Ignore changes to these file(s) **NOTE:** Multiline file/directory patterns should not include qoutes." + description: "Ignore changes to these file(s) **NOTE:** Multiline file/directory patterns should not include quotes." required: false default: "" files_ignore_separator: @@ -67,7 +67,7 @@ inputs: default: "true" required: false diff_relative: - description: "Exclude changes outside the current directory and show pathnames relative to it. **NOTE:** This requires you to specify the top level directory via the `path` input." + description: "Exclude changes outside the current directory and show path names relative to it. **NOTE:** This requires you to specify the top level directory via the `path` input." required: false dir_names: default: "false" From dc7365b27bcfaaf6c3f224f1c23a530d6404d439 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 4 Dec 2022 23:07:38 -0700 Subject: [PATCH 2/3] Updated action --- .github/workflows/update-readme.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 510165fe..74b27286 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -37,6 +37,7 @@ jobs: uses: peter-evans/create-pull-request@v4.2.3 with: base: "main" + labels: "merge when passing" title: "Updated README.md" branch: "chore/update-readme" commit-message: "Updated README.md" From 2cf3132a60db92dcc6da79b018ef27dc654a078a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 4 Dec 2022 23:08:45 -0700 Subject: [PATCH 3/3] Updated action --- .github/workflows/submodule-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/submodule-sync.yml b/.github/workflows/submodule-sync.yml index 55cdcbc0..487a73a9 100644 --- a/.github/workflows/submodule-sync.yml +++ b/.github/workflows/submodule-sync.yml @@ -22,6 +22,7 @@ jobs: uses: peter-evans/create-pull-request@v4.2.3 with: title: "Updated submodule" + labels: "merge when passing" branch: "chore/update-submodule" commit-message: "Updated submodule" body: "Updated submodule"