Skip to content

Commit

Permalink
πŸ”„ synced local '.github/' with remote 'github/' (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored Apr 3, 2024
1 parent 3f02c56 commit 8e9b58d
Show file tree
Hide file tree
Showing 3 changed files with 10 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 4 * * *"
- 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
5 changes: 4 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 3 * * *"
- 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 Down

0 comments on commit 8e9b58d

Please sign in to comment.