summaryrefslogtreecommitdiff
path: root/.github/workflows/stale.yml
AgeCommit message (Collapse)Author
2022-01-27Remove mitechie from stale PR github action (#1217)James Falcon
2021-02-18stale.yml: don't ask submitters to reopen PRs (#816)Daniel Watkins
Because they don't have the permissions to do it. Instead, reword the message to ask people to ping mitechie, in line with the rest of the message.
2021-01-04stale: re-enable post holidays (#749)Daniel Watkins
This reverts commits fad919aa2c894abaa3af88aed1e064c1220937fe ("stale: disable check for holiday break (#735)") and e4f2d6139a802e659c571f581763eddeee715e2f ("stale: fix error in definition (#740)").
2020-12-18stale: fix error in definition (#740)Daniel Watkins
This should fix the error, and also allows us to manually trigger the workflow.
2020-12-18stale: disable check for holiday break (#735)Daniel Watkins
We're unlikely to see any activity on many PRs over the next couple of weeks, so don't close out inactive PRs for the duration.
2020-08-10.github/workflows/stale.yml: s/Josh/Rick/ (#526)Daniel Watkins
We missed this one when we updated all the docs for the Canonical team's management change.
2020-03-13workflows: introduce stale pull request workflow (#125)Daniel Watkins
This workflow will label pull requests with "stale-pr" if they haven't seen activity for 14 days. It will then close them out after a further 7 days of inactivity.