Skip to content

Commit

Permalink
build(ci): improve labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Dec 6, 2023
1 parent 8599e08 commit 9506c63
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Apply PR labels 🏷️
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 9506c63

Please sign in to comment.