]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adding "stale" GitHub Action (GH-21247)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 15 Dec 2020 19:58:43 +0000 (11:58 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 19:58:43 +0000 (11:58 -0800)
commit9cc8fa6ac89e9ea3ee483675b3c373650fc1bb3a
treec8a75f0f19e6ddc0e14bebfd0fc0f428d8d5c0f5
parentb9ced83cf427ec86802ba4c9a562c6d9cafc72f5
Adding "stale" GitHub Action (GH-21247)

Adding "stale" GitHub Action

Added the "stale" GitHub action to the CPython repo.
PR's older than 30 days will be labeled as stale using the "stale-pr" label.

Closes https://github.com/python/core-workflow/issues/372

Co-authored-by: Brett Cannon <brett@python.org>
.github/workflows/stale.yml [new file with mode: 0644]