Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9357a37

Browse filesBrowse files
ci(stale): fix permission for stale action and allow manual run
As documented at: https://github.com/actions/stale it requires the "actions: write" permission. Also allow manually running the stale action.
1 parent 2981730 commit 9357a37
Copy full SHA for 9357a37

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎.github/workflows/stale.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: 'Close stale issues and PRs'
33
on:
44
schedule:
55
- cron: '30 1 * * *'
6+
workflow_dispatch: # For manual runs
67

78
permissions:
89
issues: write
910
pull-requests: write
11+
actions: write
1012

1113
concurrency:
1214
group: lock

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.