From 233d0bfe155cd3a5ac57c3745ad25cf02269f332 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Mon, 19 Aug 2024 16:52:46 -0700 Subject: [PATCH] Update stale PR message Add a friendlier stale PR message, based from the [Beats stale message](https://github.com/elastic/beats/blob/main/.github/stale.yml#L63-L74). This will hopefully also prompt contributors to respond, so we'll be better able to track PRs people are still interested in contributing. --- .github/workflows/stale.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 20bd20e37..b2f5e2654 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,18 @@ jobs: uses: actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da # v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-pr-message: 'This PR is stale because it has been open for 60 days with no activity.' + stale-pr-message: | + Hi! + + We just realized that we haven't looked into this PR in a while. We're + sorry! + + We're labeling this PR as `Stale` to make it hit our filters and + make sure we get back to it as soon as possible. In the meantime, it'd + be extremely helpful if you could take a look at it as well and confirm its + relevance. A simple comment with a nice emoji will be enough `:+1`. + + Thank you for your contribution! stale-pr-label: 'stale' ascending: true days-before-pr-stale: 60