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
Copy file name to clipboardExpand all lines: .github/workflows/manage-stale-issues-and-prs.yml
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ jobs:
10
10
steps:
11
11
- name: Manage stale issues and PRs
12
12
uses: actions/stale@v9
13
+
id: stale
13
14
with:
14
15
stale-issue-message: 'This issue will be closed in a few days if no response is received. Please provide an update with the requested information.'
15
16
stale-pr-message: 'This pull request will be closed in a few days if no response is received. Please update or comment if you would like to continue working on it.'
0 commit comments