Skip to content

Commit

Permalink
modify auto labeler triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac committed Dec 15, 2024
1 parent a5781ea commit cda7455
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: "Pull Request Labeler"
name: Pull Request Labeler

on:
- pull_request_target
workflow_dispatch:
pull_request_target:

permissions:
contents: read
pull-requests: write

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5

0 comments on commit cda7455

Please sign in to comment.