Skip to content

Commit

Permalink
ci: update issues-stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Nov 13, 2024
1 parent 060db62 commit 4af74e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issues-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ jobs:
exclude-any-issue-labels: 'AC › Review Required,Status 𐄂 Accepted,Status 𐄂 Review,Status 𐄂 Pending,Type ◦ Bug,Type ◦ Dependency,Type ◦ Docs,Type ◦ Feature,Type ◦ Git Action,Type ◦ Roadmap,Type ◦ Internal'
add-issue-labels: 'Status 𐄂 Locked'
issue-inactive-days: '60'
issue-lock-reason: 'issue inactive for 60 days'
issue-lock-reason: 'resolved'
issue-comment: >
⚠️ This **issue** has been automatically locked since there has not been any recent activity after it was closed.
Expand All @@ -656,7 +656,7 @@ jobs:
exclude-any-pr-labels: 'AC › Review Required,Status 𐄂 Accepted,Status 𐄂 Review,Status 𐄂 Pending,Type ◦ Bug,Type ◦ Dependency,Type ◦ Docs,Type ◦ Feature,Type ◦ Git Action,Type ◦ Roadmap,Type ◦ Internal'
add-pr-labels: 'Status 𐄂 Locked'
pr-inactive-days: '365'
pr-lock-reason: 'pr inactive for 365 days'
pr-lock-reason: 'resolved'
pr-comment: >
⚠️ This **pull request** has been automatically locked since there has not been any recent activity after it was closed.
Expand Down

0 comments on commit 4af74e8

Please sign in to comment.