Skip to content

Commit

Permalink
Updated labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Nov 30, 2024
1 parent 451a87a commit cf4967c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
# file with configuration. For more information, see:
# https://github.com/actions/labeler

name: Labeler
on: [pull_request]
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
label:

labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: ""
- uses: actions/labeler@v5

0 comments on commit cf4967c

Please sign in to comment.