Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #144 from tetsuharuohzeki/add-permissions
Browse files Browse the repository at this point in the history
Add `permissions` instruction to the setup guide in README
  • Loading branch information
tetsuharuohzeki authored Mar 4, 2022
2 parents d0b9adc + 09d8ca1 commit 620b042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ on:
jobs:
detect_unmergeable_pull_request_and_mark_them:
runs-on: ubuntu-latest
permissions:
contents: none
pull-requests: write
steps:
- name: Run the action to detect unmergeable PRs
# We recommend to use an arbitary latest version
Expand Down

0 comments on commit 620b042

Please sign in to comment.