diff --git a/.github/workflows/dismiss_approvals.yml b/.github/workflows/dismiss_approvals.yml index 6e122a239d9..8f3df3002d0 100644 --- a/.github/workflows/dismiss_approvals.yml +++ b/.github/workflows/dismiss_approvals.yml @@ -15,7 +15,7 @@ jobs: egress-policy: audit - name: Run BCR PR Reviewer - uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@ecb81a9f161e6a560633222436406e41b93f6991 # master + uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@2997e589af56c74eeccaf79640f20a6b40e1b0b6 # master with: # This token needs to be updated annually on Feb 05. token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }} diff --git a/.github/workflows/notify_maintainers.yml b/.github/workflows/notify_maintainers.yml index e2cd2a09c27..d74eb48212b 100644 --- a/.github/workflows/notify_maintainers.yml +++ b/.github/workflows/notify_maintainers.yml @@ -16,7 +16,7 @@ jobs: egress-policy: audit - name: Run BCR PR Reviewer - uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@ecb81a9f161e6a560633222436406e41b93f6991 # master + uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@2997e589af56c74eeccaf79640f20a6b40e1b0b6 # master with: # This token needs to be updated annually on Feb 05. token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }} diff --git a/.github/workflows/review_prs.yml b/.github/workflows/review_prs.yml index f2fc0063753..8191ddd774b 100644 --- a/.github/workflows/review_prs.yml +++ b/.github/workflows/review_prs.yml @@ -16,7 +16,7 @@ jobs: - name: Run BCR PR Reviewer if: github.repository_owner == 'bazelbuild' - uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@ecb81a9f161e6a560633222436406e41b93f6991 # master + uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@2997e589af56c74eeccaf79640f20a6b40e1b0b6 # master with: # This token needs to be updated annually on Feb 05. token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }} diff --git a/metadata.schema.json b/metadata.schema.json index ea68f8756da..3e48384eff0 100644 --- a/metadata.schema.json +++ b/metadata.schema.json @@ -24,6 +24,10 @@ "name": { "type": "string", "description": "maintainer's name" + }, + "do_not_notify": { + "type": "boolean", + "description": "when set to true, this maintainer won't be notified by new PRs, but still has approver rights" } } }