Skip to content

Commit

Permalink
label.yml: update
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Mar 15, 2024
1 parent 8d734d0 commit 81c515d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +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:

runs-on: ubuntu-latest
labeler:
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 81c515d

Please sign in to comment.