Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem authored Feb 11, 2024
1 parent e44472e commit faf3c43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ concurrency:

jobs:
label:
name: "Label Pull Request"
runs-on: ubuntu-latest

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

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

0 comments on commit faf3c43

Please sign in to comment.