Commit Graph

10 Commits

Author SHA1 Message Date
classabbyamp 302febbf6b .github/workflows/stale.yml: ignore tracking issues 2022-11-05 00:37:44 -04:00
0x5c 97a1aaaa0d .github/workflows/stale.yml: update to v6
This fixes a bug where a stale issue/PR that gets updated without a comment
remains stale indefinitely and never gets closed (actions/stale#715).

The only "breaking" change in that upadate is that the default close reason has
changed to "not planned". That seems like a more desirable default anyways.
2022-09-30 02:09:51 -05:00
Martin Dimov 4f2b781049 .github/workflows/stale.yml: fix format of exempt-issue-labels 2022-08-06 08:49:27 -04:00
Piotr Wójcik dc62938c67 .github/workflows/stale.yml: do not close issues labelled as bug 2022-08-02 19:44:49 +02:00
classabbyamp 1d9bfae23f .github/workflows/: set token permissions 2022-07-02 19:46:15 -05:00
Duncaen b9ceee011e .github/workflows/stale.yml: don't tag issues with request label as stale
Closes: #36609 [via git-merge-pr]
2022-04-14 20:51:23 -05:00
classabbyamp c16bf1e4fe .github/workflows/stale.yml: increase operations limit
By setting `ascending` to `true`, the most stale issues and PRs will be
caught first. By increasing the operations limit from the default (30)
to 250, more stale issues/PRs will be caught each run, increasing the
speed of the burndown.
2022-04-14 19:49:46 -05:00
Michael Aldridge d6fc5518d5 .github/workflows: Enable actions/stale 2022-04-09 10:03:00 -05:00
Michael Aldridge a2c813b113 .github/workflows: make stale comments workflow dispatchable 2022-03-29 21:49:29 -05:00
Michael Aldridge f841eea1cf .github/workflows: Add a workflow for dealing with stale issues/prs 2022-03-29 21:05:28 -05:00