Skip to content

Commit

Permalink
πŸ”„ synced local '.github/' with remote 'github/' (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Apr 3, 2024
1 parent 315f701 commit 9209e1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
github: klaasnicolaas
ko_fi: klaasnicolaas
6 changes: 5 additions & 1 deletion .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ name: Lock
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 5 * * *"
- 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/[email protected]
with:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 4 * * *"
- 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/[email protected]
Expand All @@ -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"
Expand Down

0 comments on commit 9209e1c

Please sign in to comment.