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 85ef3ed commit 11cc3f1Copy full SHA for 11cc3f1
struct_module/contribs/github/workflows/stale.yaml
@@ -0,0 +1,16 @@
1
+structure:
2
+ - .github/workflows/stale.yaml:
3
+ content: |
4
+ name: 'stale'
5
+ on:
6
+ schedule:
7
+ - cron: '30 1 * * *'
8
+
9
+ jobs:
10
+ stale:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/stale@{{@ "actions/stale" | latest_release @}}
14
+ with:
15
+ stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale'
16
+ stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'
0 commit comments