Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔄 synced file(s) with klaasnicolaas/github-config #414

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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:
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 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
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