From 227b1356190c5a3111127ba590eb9270d4e3d087 Mon Sep 17 00:00:00 2001 From: Chad Metcalf Date: Mon, 28 Dec 2020 11:54:36 -0800 Subject: [PATCH] Fix yaml Of course --- .github/workflows/stale.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f19960d..3f1d4d1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,11 +13,11 @@ jobs: - name: Close Stale Issues uses: actions/stale@v3.0.14 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue hasn't had any activity in 30 days. Marking it stale. It will be closed in 14 days." - stale-pr-message: "This PR hasn't had any activity in 30 days. Marking it stale. It will be closed in 14 days." - close-issue-message: "This issue hasn't had any activity in 44 days. Closing it." - close-pr-message: "This PR hasn't had any activity in 44 days. Closing it." + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: 'This issue has not had any activity in 30 days. Marking it stale. It will be closed in 14 days.' + stale-pr-message: 'This PR has not had any activity in 30 days. Marking it stale. It will be closed in 14 days.' + close-issue-message: 'This issue has not had any activity in 44 days. Closing it.' + close-pr-message: 'This PR has not had any activity in 44 days. Closing it.' days-before-stale: 30 days-before-close: 14 stale-issue-label: 'stale-issue'