Skip to content

Commit eb761e9

Browse files
chore(workflows): updated Github Action for stale Issues/PRs (#196)
* chore(workflows): updated Github Action for stale This PR is to update GitHub action for stale issues/PRs so they are only labeled as stale but not auto-closed. * chore(workflows): updated Github Action * chore(workflows): updated Github Action
1 parent 38a2f77 commit eb761e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/stale.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/stale@v1
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove no-issue-activity label or comment or this will be closed in 5 days.'
17-
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity. Remove no-pr-activity label or comment or this will be closed in 5 days.'
18-
stale-issue-label: 'no-issue-activity'
19-
exempt-issue-label: 'enhancement'
20-
stale-pr-label: 'no-pr-activity'
16+
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'
17+
stale-pr-message: 'This pull request is stale because it has been open 30 days with no activity.'
18+
stale-issue-label: 'stale-issue'
19+
exempt-issue-label: 'stale-issue'
20+
exempt-pr-label: 'stale-pr'
21+
stale-pr-label: 'stale-pr'
2122
days-before-stale: 30
22-
days-before-close: 5

0 commit comments

Comments
 (0)