From e13d24c2ac0b059f56fdbc86b6b7b5f0b31829b3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 9 Dec 2019 10:39:58 +0900 Subject: [PATCH] chore: Add Pull Request to stale target --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index daa507b..5421813 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,5 +12,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.' + stale-pr-message: 'This pull request is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.' days-before-stale: 21 days-before-close: 7