We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22ba36 commit 10b8fb5Copy full SHA for 10b8fb5
1 file changed
.github/workflows/process-issue-expiration.yml
@@ -4,6 +4,7 @@ name: Process Issue Expiration
4
on:
5
schedule:
6
- cron: '0 0 * * *'
7
+ workflow_dispatch: {}
8
9
permissions:
10
contents: write
0 commit comments