Skip to content

Commit

Permalink
DOCS: add description for permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran committed May 24, 2023
1 parent 1b74883 commit 86e4ae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ This action is triggered only when a pull request is opened, reopened, or synchr
name: Merge PR to Testing Branch

permissions:
contents: write
contents: write # for pushing the code back to your testing branch
pull-requests: write # Add this optional for allowing the action to make a comment of acknowledgment on the PR

on:
pull_request:
Expand Down

0 comments on commit 86e4ae4

Please sign in to comment.