Skip to content

Commit

Permalink
[7.0.0] Limit labeler trigger so that it's triggered only when the PR…
Browse files Browse the repository at this point in the history
… creator is not bazel-io (bazelbuild#20283)

Commit
bazelbuild@d79119f

PiperOrigin-RevId: 577163253
Change-Id: I1cd458a6239543ac8c45f35ae9e32da45d9d4099

Co-authored-by: Googler <[email protected]>
  • Loading branch information
bazel-io and Googler authored Nov 21, 2023
1 parent 7582773 commit e29d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
egress-policy: audit

- uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b # v4.0.3
if: ${{ github.event.pull_request.draft == false }}
if: ${{ github.event.pull_request.draft == false && github.event.pull_request.user.login != 'bazel-io' }}

0 comments on commit e29d928

Please sign in to comment.