]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update Stale action message (GH-23791)
authorMariatta <Mariatta@users.noreply.github.com>
Wed, 16 Dec 2020 02:36:33 +0000 (18:36 -0800)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 02:36:33 +0000 (18:36 -0800)
We don't close PRs after it becomes stale.

.github/workflows/stale.yml

index 706d8e11a207354faf63ce6e69ecd7ff772167ae..58c9a4f21c30ffe3506ad63d945dc487f37cb3a0 100644 (file)
@@ -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