We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a7665 commit 96d3376Copy full SHA for 96d3376
1 file changed
.github/workflows/stale-bot.yml
@@ -12,6 +12,10 @@
12
# permissions and limitations under the License.
13
14
name: 'Close stale issues and PR'
15
+permissions:
16
+ contents: read
17
+ issues: write
18
+ pull-requests: write
19
on:
20
schedule:
21
- cron: '0 20 * * SUN' # every Sunday at 20 am UTC: PST 0:00 AM "
0 commit comments