mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
chore: remove the workflow to close stale issues and pull requests (#371)
This commit is contained in:
parent
a8517ea302
commit
b3bcdde93a
1 changed files with 0 additions and 26 deletions
26
.github/workflows/stale.yaml
vendored
26
.github/workflows/stale.yaml
vendored
|
|
@ -1,26 +0,0 @@
|
||||||
name: 'Close stale issues and PRs'
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '0 10 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
stale:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@v4
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
days-before-stale: 60
|
|
||||||
days-before-close: 7
|
|
||||||
stale-issue-label: stale
|
|
||||||
stale-pr-label: stale
|
|
||||||
exempt-pr-labels: security,pinned
|
|
||||||
exempt-issue-labels: security,pinned
|
|
||||||
stale-issue-message: |
|
|
||||||
This issue is stale because it has been open 60 days with no activity.
|
|
||||||
Remove `stale` label or comment or this will be closed in 7 days.
|
|
||||||
If you don't want this issue to be closed, please set the label `pinned`.
|
|
||||||
stale-pr-message: |
|
|
||||||
This pull request is stale because it has been open 60 days with no activity.
|
|
||||||
Remove `stale` label or comment or this will be closed in 7 days.
|
|
||||||
If you don't want this pull request to be closed, please set the label `pinned`.
|
|
||||||
Loading…
Reference in a new issue