commit | 9cc8fa6ac89e9ea3ee483675b3c373650fc1bb3a | [log] [tgz] |
---|---|---|
author | Mariatta <Mariatta@users.noreply.github.com> | Tue Dec 15 11:58:43 2020 -0800 |
committer | GitHub <noreply@github.com> | Tue Dec 15 11:58:43 2020 -0800 |
tree | c8a75f0f19e6ddc0e14bebfd0fc0f428d8d5c0f5 | |
parent | b9ced83cf427ec86802ba4c9a562c6d9cafc72f5 [diff] |
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>