From 86e4ae4b72beccdde0a85360477117710fd3b0f9 Mon Sep 17 00:00:00 2001 From: Umair Jibran Date: Thu, 25 May 2023 02:34:39 +0500 Subject: [PATCH] DOCS: add description for permissions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d594eb8..5805b91 100644 --- a/README.md +++ b/README.md @@ -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: