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/stale.yml
+5-16Lines changed: 5 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,10 @@ on:
4
4
schedule:
5
5
- cron: "30 12 * * *"
6
6
7
-
permissions:
8
-
issues: write
9
-
pull-requests: write
10
-
11
7
jobs:
12
8
stale:
13
-
runs-on: ubuntu-latest
14
-
steps:
15
-
- uses: actions/stale@v8
16
-
with:
17
-
stale-issue-message: "This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs."
18
-
exempt-issue-labels: "pinned"
19
-
stale-issue-labels: "stale"
20
-
stale-pr-message: "This PR has been marked as stale because it has not had recent activity. The bot will close the PR if no further action occurs."
0 commit comments