Skip to content

Commit

Permalink
[ci] Turn on sync labels for the labeler (#7770)
Browse files Browse the repository at this point in the history
This means PRs that had labels for certain changes will have those labels removed if those changes are removed.
  • Loading branch information
Gold856 authored Feb 10, 2025
1 parent b2584c6 commit 9dbb0c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Pull Request Labeler"
on:
- pull_request_target
- pull_request_target

jobs:
labeler:
Expand All @@ -9,4 +9,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v5
with:
sync-labels: true

0 comments on commit 9dbb0c8

Please sign in to comment.