diff --git a/.github/workflows/dismiss_approvals.yml b/.github/workflows/dismiss_approvals.yml index 7a7ccd55cb7..2eecabe8410 100644 --- a/.github/workflows/dismiss_approvals.yml +++ b/.github/workflows/dismiss_approvals.yml @@ -4,8 +4,6 @@ on: types: [opened, synchronize, reopened] branches: - main - paths: - - 'modules/**' jobs: dismiss_approvals: @@ -17,7 +15,7 @@ jobs: egress-policy: audit - name: Run BCR PR Reviewer - uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@86c86121365e310cc41484d65fa3985ab763e8ab # master + uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@4b83ef1d08decb055ac7a6f864c3759fa22984a4 # 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 29f74ce1d94..670fb2c09be 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@86c86121365e310cc41484d65fa3985ab763e8ab # master + uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@4b83ef1d08decb055ac7a6f864c3759fa22984a4 # 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 fc7b7fe67bb..fcb36a45364 100644 --- a/.github/workflows/review_prs.yml +++ b/.github/workflows/review_prs.yml @@ -14,7 +14,7 @@ jobs: egress-policy: audit - name: Run BCR PR Reviewer - uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@86c86121365e310cc41484d65fa3985ab763e8ab # master + uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@4b83ef1d08decb055ac7a6f864c3759fa22984a4 # master with: # This token needs to be updated annually on Feb 05. token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}