Skip to content

Commit

Permalink
DEV: Update labeler for migration related code
Browse files Browse the repository at this point in the history
This activates the `sync-labels` flag which causes the removal of labels when matching files are reverted or no longer changed by the PR.
  • Loading branch information
gschlager committed Oct 13, 2023
1 parent e16537f commit 0907c0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
chat:
- plugins/chat/**/*

migration:
- migrations/**/*
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true

0 comments on commit 0907c0d

Please sign in to comment.