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
name: 'Mark stale issues and PRs with the stale label'
2
+
on:
3
+
schedule:
4
+
- cron: '30 1 * * *'
5
+
6
+
jobs:
7
+
stale:
8
+
runs-on: ubuntu-latest
9
+
steps:
10
+
- uses: actions/stale@v10
11
+
with:
12
+
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. stale label was set.'
13
+
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed as part of the community meeting.'
0 commit comments