Skip to content

Label stale PR

Label stale PR #13

Workflow file for this run

name: 'Label stale PR'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days.'
days-before-pr-stale: 7
days-before-pr-close: 21
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. This project switched to Jira at https://issues.redhat.com/projects/RHIDP/ for issue tracking. If this issues is still relevant, please reopen it there.'
days-before-issue-stale: 1
days-before-issue-close: 7