Added write permission for pull requests in cron action (#8391)

This commit is contained in:
Keith Williams
2023-04-20 11:49:52 -07:00
committed by GitHub
parent 958cebc82c
commit 9eb4187644
+1
View File
@@ -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."