Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarbel authored Jul 3, 2024
1 parent 6a83e97 commit fca741b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ inputs:
excluding_label:
description: "The label name which exclude PR from the script"
required: false
permissions:
# cf https://stackoverflow.com/questions/70435286/resource-not-accessible-by-integration-on-github-post-repos-owner-repo-ac
contents: read
actions: read
checks: write
runs:
using: "node12"
main: "dist/index.js"

0 comments on commit fca741b

Please sign in to comment.