Skip to content

Commit

Permalink
fix(ci): update stale issues and pull requests cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Nov 12, 2024
1 parent 733179d commit 49fa9a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-09-27T07:35:47.31655989Z",
"version": "1.2.21",
"generated_at": "2024-11-12T21:46:23.496617856Z",
"version": "1.2.23",
"files": [
{
"path": ".editorconfig"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ jobs:
name: Setting issue as idle
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
stale-issue-message: "This issue is idle because it has been open for 90 days with no activity."
stale-issue-message: "This issue is idle because it has been open for 60 days with no activity."
stale-issue-label: idle
days-before-stale: 90
days-before-close: -1
days-before-stale: 60
days-before-close: 7
operations-per-run: 100
exempt-issue-labels: backlog
- uses: actions/stale@v9
name: Setting PR as idle
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
stale-pr-message: "This PR is idle because it has been open for 90 days with no activity."
stale-pr-message: "This PR is idle because it has been open for 60 days with no activity."
stale-pr-label: idle
days-before-stale: 90
days-before-close: -1
days-before-stale: 60
days-before-close: 7
operations-per-run: 100
- name: Cleanup Stale Branches
uses: cbrgm/cleanup-stale-branches-action@main
Expand Down

0 comments on commit 49fa9a9

Please sign in to comment.