Skip to content

Commit 011bd55

Browse files
chore: Issues marked by "stat:import" OR "stat:imported" labels won't be marked as "Stale" by automation (Unity-Technologies#3380)
This quick PR add labels that can be assigned to issues to exclude them from being marked as stale as per https://github.com/actions/stale?tab=readme-ov-file#exempt-issue-labels. We don't want imported issues to get Stale and potentially automatically closed
1 parent c7996c6 commit 011bd55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mark-stale-issue.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
days-before-stale: 30
2626
days-before-close: 30
2727
stale-issue-label: 'Stale'
28+
exempt-issue-labels: 'stat:import', 'stat:imported'
2829
stale-issue-message: >
2930
This issue has been automatically marked as stale because it has been awaiting
3031
response for over 30 days without any activity.

0 commit comments

Comments
 (0)