From 5e7df86a399f6236ef9432c36f8b28dc98ed433b Mon Sep 17 00:00:00 2001 From: steveoh Date: Wed, 10 Jul 2024 14:11:09 -0700 Subject: [PATCH] docs: document pull request permissions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f249bc8..329c972 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Use any form of `/remind me [what] [when]`, such as: ## Sample Usage +>[!TIP] +> Add `issues: write` and `pull-requests: write` if you intend to use reminders in pull requests and issues. + ```yml name: 'check reminders' @@ -27,6 +30,7 @@ on: permissions: issues: write + pull-requests: write jobs: reminder: