Skip to content

Commit

Permalink
fix yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Guwatudde authored and Allan Guwatudde committed Aug 7, 2023
1 parent 96a6e3c commit bd3168e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/stale-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
remove-issue-stale-when-updated: true
debug-only: true

rotten:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
with:
Expand All @@ -62,6 +67,11 @@ jobs:
labels-to-remove-when-stale: 'lifecycle/stale'
remove-issue-stale-when-updated: true

close:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v8
with:
Expand All @@ -79,11 +89,10 @@ jobs:
Mark this issue as fresh with /remove-lifecycle stale
Close this issue with /close
/lifecycle closed
/lifecycle close
days-before-issue-stale: 30
only-issue-labels: 'lifecycle/rotten'
days-before-issue-close: 0
stale-issue-label: 'lifecycle/closed'
labels-to-remove-when-stale: 'lifecycle/rotten'


0 comments on commit bd3168e

Please sign in to comment.