From 06e39ecaf4633fcc126c50e451e2204c2f207a60 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 4 Apr 2024 01:15:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/'=20wi?= =?UTF-8?q?th=20remote=20'github/'=20(#414)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 1 + .github/workflows/lock.yaml | 6 +++++- .github/workflows/stale.yaml | 7 ++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 32a0d14..4de155f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ --- github: klaasnicolaas +ko_fi: klaasnicolaas diff --git a/.github/workflows/lock.yaml b/.github/workflows/lock.yaml index eb308d8..3f459ea 100644 --- a/.github/workflows/lock.yaml +++ b/.github/workflows/lock.yaml @@ -4,13 +4,17 @@ name: Lock # yamllint disable-line rule:truthy on: schedule: - - cron: "0 16 * * *" + - cron: "0 8 * * *" workflow_dispatch: jobs: lock: name: ๐Ÿ”’ Lock closed issues and PRs runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + discussions: write steps: - uses: dessant/lock-threads@v5.0.1 with: diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 813b2d7..1e34987 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -4,13 +4,16 @@ name: Stale # yamllint disable-line rule:truthy on: schedule: - - cron: "0 15 * * *" + - cron: "0 7 * * *" workflow_dispatch: jobs: stale: name: ๐Ÿงน Clean up stale issues and PRs runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write steps: - name: ๐Ÿš€ Run stale uses: actions/stale@v9.0.0 @@ -24,9 +27,11 @@ jobs: stale-issue-message: > There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. + Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment ๐Ÿ‘ + This issue has now been marked as stale and will be closed if no further activity occurs. Thanks! stale-pr-label: "stale"