From 9eb4187644c2d2db01a3ad35e7f33df005a541db Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Thu, 20 Apr 2023 15:49:52 -0300 Subject: [PATCH] Added write permission for pull requests in cron action (#8391) --- .github/workflows/cron-stale-issue.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cron-stale-issue.yml b/.github/workflows/cron-stale-issue.yml index 900f4c0bd9..b8ee224654 100644 --- a/.github/workflows/cron-stale-issue.yml +++ b/.github/workflows/cron-stale-issue.yml @@ -2,6 +2,7 @@ name: Cron - mark stale for inactive issues permissions: issues: write + pull-requests: write on: # "Scheduled workflows run on the latest commit on the default or base branch."