mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
chore: Updated GH stale action config (#223)
This commit is contained in:
parent
53a866e775
commit
7a8c6e109e
1 changed files with 4 additions and 7 deletions
11
.github/workflows/stale-actions.yaml
vendored
11
.github/workflows/stale-actions.yaml
vendored
|
|
@ -12,8 +12,8 @@ jobs:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Staling issues and PR's
|
# Staling issues and PR's
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
stale-issue-label: lifecycle/stale
|
stale-issue-label: stale
|
||||||
stale-pr-label: lifecycle/stale
|
stale-pr-label: stale
|
||||||
stale-issue-message: |
|
stale-issue-message: |
|
||||||
This issue has been automatically marked as stale because it has been open 30 days
|
This issue has been automatically marked as stale because it has been open 30 days
|
||||||
with no activity. Remove stale label or comment or this issue will be closed in 10 days
|
with no activity. Remove stale label or comment or this issue will be closed in 10 days
|
||||||
|
|
@ -21,14 +21,11 @@ jobs:
|
||||||
This PR has been automatically marked as stale because it has been open 30 days
|
This PR has been automatically marked as stale because it has been open 30 days
|
||||||
with no activity. Remove stale label or comment or this PR will be closed in 10 days
|
with no activity. Remove stale label or comment or this PR will be closed in 10 days
|
||||||
# Not stale if have this labels
|
# Not stale if have this labels
|
||||||
exempt-issue-labels: kind/bug,lifecycle/active,lifecycle/frozen
|
exempt-issue-labels: bug,wip,on-hold
|
||||||
exempt-pr-labels: kind/bug,lifecycle/active,lifecycle/frozen
|
exempt-pr-labels: bug,wip,on-hold
|
||||||
# If unstale
|
|
||||||
labels-to-remove-when-unstale: lifecycle/stale
|
|
||||||
# Close issue operations
|
# Close issue operations
|
||||||
# Label will be automatically removed if the issues are no longer closed nor locked.
|
# Label will be automatically removed if the issues are no longer closed nor locked.
|
||||||
days-before-close: 10
|
days-before-close: 10
|
||||||
close-issue-label: lifecycle/rotten
|
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
close-issue-message: This issue was automatically closed because of stale in 10 days
|
close-issue-message: This issue was automatically closed because of stale in 10 days
|
||||||
close-pr-message: This PR was automatically closed because of stale in 10 days
|
close-pr-message: This PR was automatically closed because of stale in 10 days
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue