From 04af9e6a5d2403c68be464b116d02c459f6e3d18 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 17 Nov 2021 22:59:50 -0500 Subject: [PATCH] docs: Update README for write permission --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3a7f9f2..9e6db88 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ on: pull_request: types: [opened, edited, reopened] +# Action should have write permission to make updates to PR +permissions: + pull-requests: write + jobs: pr-compliance: runs-on: ubuntu-latest