🌱 Fixes write permissions for ok-to-test

Allowed write permissions to action for commenting on the status of the
PR.
This commit is contained in:
naveen 2021-06-07 16:10:40 +00:00 committed by Naveen
parent ecc072c3b7
commit 28b1db9267
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,8 @@ name: Ok To Test
on:
issue_comment:
types: [created]
permissions:
pull-requests: write
jobs:
ok-to-test:
runs-on: ubuntu-latest

View File

@ -16,6 +16,8 @@ name: PR Verifier
on:
pull_request_target:
types: [opened, edited, reopened]
permissions:
pull-requests: write
jobs:
verify:
name: Verify PR contents