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
- cron: '0 18 * * *'# Run the workflow every day at 6PM UTC (10AM PST).
11
+
- cron: "0 18 * * *"# Run the workflow every day at 6PM UTC (10AM PST).
12
+
13
+
permissions: {}
10
14
11
15
jobs:
12
16
stale:
13
-
14
-
runs-on: ubuntu-latest
17
+
runs-on: ubuntu-24.04
18
+
timeout-minutes: 5
15
19
permissions:
16
20
pull-requests: write
17
-
18
21
steps:
19
-
- uses: actions/stale@v9
20
-
with:
21
-
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
-
stale-pr-message: 'This pull request has been automatically marked as stale because it has been inactive for 90 days. Remove stale label or comment or this PR will be closed in 7 days.'
stale-pr-message: This pull request has been automatically marked as stale because it has been inactive for 90 days. Remove stale label or comment or this PR will be closed in 7 days.
0 commit comments