From def21d69f8611dcc2f1c01d5e017a1d4429b4a2e Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 21 Oct 2024 16:59:25 +0300 Subject: [PATCH 1/2] Update used-by.yml to explicit committer I am not sure why every used-by pull request has my user commit. It may have used my personal token somewhere but I don't see it. Maybe I need to explicit `committer`? Just a try. --- .github/workflows/used-by.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/used-by.yml b/.github/workflows/used-by.yml index 2c4d64e..9efb4c1 100644 --- a/.github/workflows/used-by.yml +++ b/.github/workflows/used-by.yml @@ -21,6 +21,7 @@ jobs: with: add-paths: "README.md" # the file path to commit commit-message: "chore: update used-by badge by github-actions[bot]" + committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> title: "chore: automatically update used-by badge" base: main labels: skip-changelog From 34a2ba19a4164764112cd17e65952a421fc00dab Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 21 Oct 2024 18:02:12 +0300 Subject: [PATCH 2/2] Update .github/workflows/used-by.yml Co-authored-by: Brendan <2bndy5@gmail.com> --- .github/workflows/used-by.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/used-by.yml b/.github/workflows/used-by.yml index 9efb4c1..34bd71e 100644 --- a/.github/workflows/used-by.yml +++ b/.github/workflows/used-by.yml @@ -21,7 +21,7 @@ jobs: with: add-paths: "README.md" # the file path to commit commit-message: "chore: update used-by badge by github-actions[bot]" - committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> title: "chore: automatically update used-by badge" base: main labels: skip-changelog