From 83540972d7a2f69aad65e45c62c4b5c16f39460c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 26 Aug 2021 21:01:51 -0700 Subject: [PATCH 1/2] build: fix find-inactive-collaborators workflow token Use a token that will result in GitHub CI running on the pull requests that this workflow opens. --- .github/workflows/find-inactive-collaborators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-inactive-collaborators.yml b/.github/workflows/find-inactive-collaborators.yml index fbb392d2e537ef..07a7a682097a82 100644 --- a/.github/workflows/find-inactive-collaborators.yml +++ b/.github/workflows/find-inactive-collaborators.yml @@ -32,7 +32,7 @@ jobs: - name: Open pull request uses: gr2m/create-or-update-pull-request-action@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} with: author: github-actions[bot] body: This PR was generated by tools/find-inactive-collaborators.yml. From 6e8a31b28439e4e07c6a4c1028eeea38c43585bc Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 29 Aug 2021 07:03:01 -0700 Subject: [PATCH 2/2] fixup! build: fix find-inactive-collaborators workflow token --- .github/workflows/find-inactive-collaborators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-inactive-collaborators.yml b/.github/workflows/find-inactive-collaborators.yml index 07a7a682097a82..f4dfc964ccd2f3 100644 --- a/.github/workflows/find-inactive-collaborators.yml +++ b/.github/workflows/find-inactive-collaborators.yml @@ -34,7 +34,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} with: - author: github-actions[bot] + author: Node.js GitHub Bot body: This PR was generated by tools/find-inactive-collaborators.yml. commit-message: "meta: move one or more collaborators to emeritus" labels: meta