From b6df918c168e20364090e2584350dc75c11a422b Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Sun, 13 Feb 2022 16:41:17 +0000 Subject: [PATCH] DevKit updates (#729) --- .github/workflows/stale.yaml | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 0eab92da..4e9dc9bf 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -7,28 +7,28 @@ name: Stale on: - schedule: - - cron: 0 9-18 * * * + schedule: + - cron: 0 9-18 * * * jobs: - stale: - runs-on: ubuntu-latest + stale: + runs-on: ubuntu-latest - steps: - - name: Close stale issues and pull requests - uses: actions/stale@v1.1.0 - with: - days-before-close: 7 - days-before-stale: 180 - repo-token: ${{ secrets.GITHUB_TOKEN }} - exempt-issue-label: keep - stale-issue-label: stale - stale-issue-message: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. - stale-pr-label: stale - stale-pr-message: > - This PR has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. + steps: + - name: Close stale issues and pull requests + uses: actions/stale@v1.1.0 + with: + days-before-close: 7 + days-before-stale: 180 + repo-token: ${{ secrets.GITHUB_TOKEN }} + exempt-issue-label: keep + stale-issue-label: stale + stale-issue-message: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. + stale-pr-label: stale + stale-pr-message: > + This PR has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions.