Skip to content

Commit

Permalink
ci: comment locking closed issues and prs on daily cron (#47)
Browse files Browse the repository at this point in the history
comment locking closed issues and prs on daily cron
  • Loading branch information
d-roak committed Apr 22, 2024
1 parent b49c1a5 commit 7d7cd3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cron-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
- cron: "0 0 * * *"

jobs:
lock_closed:
name: Lock closed issues/PRs
uses: ./.github/workflows/lock-closed.yml
# Known issue on exceeding secondary rate limits
# https://github.com/dessant/lock-threads/issues/48
# lock_closed:
# name: Lock closed issues/PRs
# uses: ./.github/workflows/lock-closed.yml

security_audit:
name: Security audit
Expand Down

0 comments on commit 7d7cd3a

Please sign in to comment.