Skip to content

Commit

Permalink
Update GitHub labeler (#4219)
Browse files Browse the repository at this point in the history
* add release tag

Signed-off-by: Ian Maddaus <[email protected]>

* more updates

Signed-off-by: Ian Maddaus <[email protected]>

---------

Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd authored Dec 8, 2023
1 parent 2b7297b commit a458f36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a458f36

Please sign in to comment.