File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88jobs :
99 ok-to-test :
1010 runs-on : ubuntu-latest
11+ # required permissions for adding reactions to the pull request comments
1112 permissions :
1213 pull-requests : write
1314 # Only run for PRs, not issue comments
2021 reaction-token : ${{ secrets.GITHUB_TOKEN }}
2122 issue-type : pull-request
2223 commands : ok-to-test
24+ # The repository permission level required by the user to dispatch commands. Only allows 1Password collaborators to run this.
2325 permission : write
Original file line number Diff line number Diff line change 5353 # It will checkout the forked (and now trusted) code and it will run the integration tests on it.
5454 # If the tests are successful this action will proceed to update the status of the forked PR integration check.
5555 integration-test-fork :
56- # must have these permissions to
56+ # required permissions for updating the status of the pull request checks
5757 permissions :
58- pull-requests : write
58+ pull-request : write
5959 checks : write
6060 strategy :
6161 matrix :
You can’t perform that action at this time.
0 commit comments