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."