Skip to content

Commit

Permalink
ci(labeler): update configuration for actions/labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Apr 7, 2024
1 parent e1a7bcc commit 81859d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
- name: 🔖 Add Labels
uses: actions/labeler@v5
with:
dot: true
sync-labels: true
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-number: ${{ github.event.pull_request.number }}
configuration-path: .github/labeler.yml
- name: 😵 Check Conflicts
uses: mschilde/auto-label-merge-conflicts@master
with:
Expand Down

0 comments on commit 81859d1

Please sign in to comment.