Merge pull request #8368 from fidencio/topic/gha-stale-fixes

gha: stale: Fix typo and allow manually triggering it
This commit is contained in:
Fabiano Fidêncio
2023-11-03 10:07:56 +01:00
committed by GitHub

View File

@@ -2,12 +2,13 @@ name: 'Automatically close stale PRs'
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: action/stale@v8
- uses: actions/stale@v8
with:
start-date: '2023-05-01T00:00:00Z'
stale-pr-message: 'This PR has been opened without with no activity for 180 days. Comment on the issue otherwise it will be closed in 7 days'