Skip to content

Commit

Permalink
Corrected labeler action
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Nov 11, 2023
1 parent 3b4243d commit b9aa76f
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
---

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler

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

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

0 comments on commit b9aa76f

Please sign in to comment.