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
# * is a special character in YAML so you have to quote this string
- cron: "0 0 * * 3"
permissions:
contents: read
jobs:
stale:
permissions:
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: "This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this."