summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2020-12-15 18:06:32 -0800
committerGitHub <noreply@github.com>2020-12-15 18:06:32 -0800
commitaffa558a3fc66687d0f4ebc7bbcdc228f41c5a99 (patch)
tree94b2297e1be08e9becb849e3b8af224fe367491d
parentb230409f21f5e5b42de6ec10147cd95ae3bdd095 (diff)
downloadcpython-git-Mariatta-patch-1.tar.gz
Update Stale action messageMariatta-patch-1
We don't close PRs after it becomes stale.
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 706d8e11a2..58c9a4f21c 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -13,7 +13,7 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
+ stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.'
stale-pr-label: 'stale'
days-before-stale: 30
days-before-close: -1