Skip to content

Commit

Permalink
delete stale pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden authored Mar 4, 2024
2 parents 40332f4 + 3123ae4 commit 9903d1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
chores:
name: Tidy workflows
runs-on: ubuntu-22.04
permissions:
actions: write

steps:
- name: Delete stale workflow runs
Expand Down Expand Up @@ -97,8 +99,8 @@ jobs:
name: Tidy pull requests
runs-on: ubuntu-22.04
steps:
- name: Delete stale PRs
- uses: actions/stale@v9
- name: Close stale PRs
uses: actions/stale@v9
with:
stale-pr-message: 'This PR is stale because it has been open 21 days with no activity. Remove stale label, or add a comment, otherwise it will be closed in 7 days.'
close-pr-message: 'This PR was closed because it has been stalled for 28 days with no activity.'
Expand Down

0 comments on commit 9903d1a

Please sign in to comment.