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/inactive-issues.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ jobs:
8
8
runs-on: ubuntu-latest
9
9
permissions:
10
10
issues: write
11
-
pull-requests: write
12
11
steps:
13
12
- uses: actions/stale@v5
14
13
with:
@@ -17,4 +16,5 @@ jobs:
17
16
stale-issue-label: "stale"
18
17
stale-issue-message: "This issue is stale because it has been open for 15 days with no activity. If there are no further updates or modifications within the next 15 days, it will be automatically closed."
19
18
close-issue-message: "This issue has been closed as it has been inactive for 15 days since being marked as stale."
0 commit comments