Skip to content

Commit

Permalink
chore: Updated GH stale action config (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Sep 14, 2021
1 parent 53a866e commit 7a8c6e1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/stale-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,20 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Staling issues and PR's
days-before-stale: 30
stale-issue-label: lifecycle/stale
stale-pr-label: lifecycle/stale
stale-issue-label: stale
stale-pr-label: stale
stale-issue-message: |
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
stale-pr-message: |
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
# Not stale if have this labels
exempt-issue-labels: kind/bug,lifecycle/active,lifecycle/frozen
exempt-pr-labels: kind/bug,lifecycle/active,lifecycle/frozen
# If unstale
labels-to-remove-when-unstale: lifecycle/stale
exempt-issue-labels: bug,wip,on-hold
exempt-pr-labels: bug,wip,on-hold
# Close issue operations
# Label will be automatically removed if the issues are no longer closed nor locked.
days-before-close: 10
close-issue-label: lifecycle/rotten
delete-branch: true
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

0 comments on commit 7a8c6e1

Please sign in to comment.