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"