Skip to content

Commit 88cd1ac

Browse files
committedNov 11, 2024
ci: update stale workflow
1 parent 5c8361c commit 88cd1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/issues-stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ jobs:
644644
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'
645645
add-issue-labels: 'Status 𐄂 Locked'
646646
issue-inactive-days: '60'
647-
issue-lock-reason: 'issue inactive for 60 days'
647+
issue-lock-reason: 'resolved'
648648
issue-comment: >
649649
⚠️ This **issue** has been automatically locked since there has not been any recent activity after it was closed.
650650
@@ -656,7 +656,7 @@ jobs:
656656
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'
657657
add-pr-labels: 'Status 𐄂 Locked'
658658
pr-inactive-days: '365'
659-
pr-lock-reason: 'pr inactive for 365 days'
659+
pr-lock-reason: 'resolved'
660660
pr-comment: >
661661
⚠️ This **pull request** has been automatically locked since there has not been any recent activity after it was closed.
662662

0 commit comments

Comments
 (0)
Please sign in to comment.