From d84f7b6d02eeabda2bb960853bcdfa04b4121f9f Mon Sep 17 00:00:00 2001 From: Madison Oliver Date: Mon, 1 Aug 2022 14:57:38 -0400 Subject: [PATCH] fix typo --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 9905fdd76f2..6c3fd541aae 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -14,7 +14,7 @@ jobs: name: Clean up stale PRs with: repo-token: ${{ secrets.stale_bot }} - stale-pr-message: "👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the `Keep` label to hold stale off permanently, or do nothing. If you do nothing this pull request will be closed eventually by the stale bot. Please see CONTRIBUTING.md for more polocy details." + stale-pr-message: "👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the `Keep` label to hold stale off permanently, or do nothing. If you do nothing this pull request will be closed eventually by the stale bot. Please see CONTRIBUTING.md for more policy details." stale-pr-label: "Stale" exempt-pr-labels: "Keep" # a "Keep" label will keep the PR from being closed as stale days-before-pr-stale: 15 # when the PR is considered stale