You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardexpand all lines: .github/workflows/stale.yml
+6-6
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ jobs:
13
13
- uses: actions/stale@v1
14
14
with:
15
15
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.'
0 commit comments