diff --git a/struct_module/contribs/github/workflows/stale.yaml b/struct_module/contribs/github/workflows/stale.yaml new file mode 100644 index 0000000..df87dff --- /dev/null +++ b/struct_module/contribs/github/workflows/stale.yaml @@ -0,0 +1,16 @@ +structure: + - .github/workflows/stale.yaml: + content: | + name: 'stale' + on: + schedule: + - cron: '30 1 * * *' + + jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@{{@ "actions/stale" | latest_release @}} + with: + stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale' + stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'