Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7665dd1

Browse files
authored
Add exempt-issue-labels to the issue triage GH Action job (openai#936)
Like I did for the TypeScript SDK project (see openai/openai-agents-js#97), we may want to have the labels to exclude the issues from auto-closing. Some of the issues that have been open for a while could just need time.
1 parent 421693a commit 7665dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/issues.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
days-before-pr-stale: 10
2222
days-before-pr-close: 7
2323
stale-pr-label: "stale"
24+
exempt-issue-labels: "skip-stale"
2425
stale-pr-message: "This PR is stale because it has been open for 10 days with no activity."
2526
close-pr-message: "This PR was closed because it has been inactive for 7 days since being marked as stale."
2627
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)