Skip to content

Commit

Permalink
Updates to PR labeler
Browse files Browse the repository at this point in the history
Closes bazelbuild#17862

PiperOrigin-RevId: 519103214
Change-Id: I72cc3616323fcac974830cb76cb917dc94a6527b
  • Loading branch information
Googler authored and copybara-github committed Mar 24, 2023
1 parent f35fde4 commit d910f36
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Pull Request Labeler"
name: "PR Labeler"

on:
- pull_request_target
pull_request_target:
types: ["opened"]

jobs:
triage:
Expand All @@ -10,3 +12,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
if: ${{ github.event.pull_request.draft == false }}

0 comments on commit d910f36

Please sign in to comment.