ci: use reusable workflow

This commit is contained in:
Federico Grandi
2022-08-29 22:58:04 +00:00
committed by GitHub
parent 30237071ab
commit cba6741f01

View File

@@ -6,22 +6,4 @@ on:
jobs: jobs:
stale: stale:
runs-on: ubuntu-latest uses: EndBug/workflows/stale.yml@main
steps:
- uses: actions/stale@v5
with:
days-before-stale: 20
days-before-close: 5
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
stale-pr-message: >
This PR has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
stale-issue-label: 'status: stale'
stale-pr-label: 'status: stale'
close-issue-reason: not_planned
exempt-issue-labels: 'pinned,security,status: pinned,type: security'
exempt-pr-labels: 'pinned,security,status: pinned,type: security'