Skip to content

Commit c622147

Browse files
authored
chore: Update stale.yml with first time/open for contribution label (#1311)
* Update stale.yml * Update stale.yml
1 parent a7bdc5d commit c622147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
stale-issue-label: 'closing soon'
14-
exempt-issue-labels: 'investigating,pending-triage,follow up,feature-request,enhancement,pending-release,rfc,work in progress'
14+
exempt-issue-labels: 'investigating,pending-triage,follow up,feature-request,pending-release,rfc,work in progress,first-time-contributor,open-for-contribution'
1515
stale-issue-message: 'This issue is stale because it has been open for 14 days with no activity. Please, provide an update or it will be automatically closed in 7 days.'
1616
close-issue-message: 'This issue is being automatically closed due to inactivity. If you believe it was closed by mistake, provide an update and re-open it.'
1717
days-before-stale: 14

0 commit comments

Comments
 (0)