renovate[bot]
b1e9fed6b1
Update actions/stale action to v8
2023-06-02 10:41:35 +02:00
renovate[bot]
24274fec0b
Update actions/stale action to v7
2023-01-02 18:03:54 +01:00
Daniel Lockyer
0a322574a8
Increased frequency of stale bot execution to hourly
...
- daily is a little to infrequent for us as it means new comments don't
cause the issue/PR to be unlabeled as `stale` for up to 24hrs
- this commit increases the frequency to hourly
2022-09-29 16:10:49 +07:00
renovate[bot]
f0a37a36ba
Update actions/stale action to v6
2022-09-23 15:21:51 +01:00
Daniel Lockyer
fa25b72495
Disabled stalebot on PRs
...
fixes https://github.com/TryGhost/Toolbox/issues/350
- we don't want to mark PRs as stale because they might contain
wonderful contributions ❤️
2022-08-08 21:31:20 +02:00
Daniel Lockyer
5b6544504b
Configured stale issues to be closed as not_planned
...
- if an issue goes stale, it shouldn't show up in GitHub as completed
2022-08-08 12:57:19 +02:00
Daniel Lockyer
264678e9be
Prevented certain GitHub Actions workflows from running on forks
...
fixes https://github.com/TryGhost/Toolbox/issues/285
- without this, some of the workflows that are only useful for the core
team will run on forks
- this commit adds checks to ensure we're running on a repo maintained
by the TryGhost organization for a handful of workflows
2022-06-01 17:54:26 -04:00
Renovate Bot
5220083470
Update actions/stale action to v5
2022-03-03 14:56:07 +01:00
Renovate Bot
c2fe04f681
Update actions/stale action to v4
2021-11-15 08:23:54 +00:00
Daniel Lockyer
9768ad42c4
Configured stalebot to run at 15:00 UTC
...
refs https://github.com/TryGhost/Toolbox/issues/81
- changes the bot to run during office hours so we can keep an eye on it
2021-11-12 14:44:54 +00:00
Daniel Lockyer
0847340b9a
Switched to GitHub Action for handling stale issues + PRs
...
refs https://github.com/TryGhost/Toolbox/issues/81
- https://github.com/actions/stale is the official way to handle stale
issues and PRs and our old method hasn't worked for a while
- most of this is copied from [Ghost-CLI's stale
workflow](https://github.com/TryGhost/Ghost-CLI/blob/main/.github/workflows/stale.yml )
but the comment contents and labels have been updated
- also removes the config for the broken, existing method
2021-11-12 14:21:12 +00:00