We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a146285 commit e5a4d47Copy full SHA for e5a4d47
.github/workflows/stale.yml
@@ -2,7 +2,9 @@ name: 'Stale old issues and prs'
2
on:
3
schedule:
4
- cron: '0 0 * * *'
5
- workflow_dispatch: {}
+ pull_request:
6
+ branches:
7
+ - '**'
8
9
permissions:
10
issues: write
0 commit comments