Skip to content

Commit

Permalink
πŸ”„ synced local '.github/' with remote 'github/' (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jul 6, 2024
1 parent c7a8521 commit 6713489
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ name: Lock
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 8 * * *"
- cron: "0 3 * * *"
workflow_dispatch:

jobs:
lock:
name: πŸ”’ Lock closed issues and PRs
inactivity-lock:
name: Lock issues and PRs
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
discussions: write
steps:
- uses: dessant/[email protected]
- name: πŸ”’ Lock closed issues and PRs
uses: klaasnicolaas/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: "30"
issue-lock-reason: ""
pr-inactive-days: "1"
pr-lock-reason: ""
days-inactive-issues: 30
lock-reason-issues: ""
days-inactive-prs: 1
lock-reason-prs: ""
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 7 * * *"
- cron: "0 1 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6713489

Please sign in to comment.