Skip to content

Commit

Permalink
chore: clean up protected branches and add dispatch support for house…
Browse files Browse the repository at this point in the history
…keeping workflow
  • Loading branch information
saikumarrs committed Dec 14, 2023
1 parent 045f362 commit f44a791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
# Run everyday at 1 AM
- cron: '0 1 * * *'
workflow_dispatch:

jobs:
prs:
Expand Down Expand Up @@ -41,5 +42,5 @@ jobs:
date: '3 months ago'
dry_run: false
delete_tags: false
extra_protected_branch_regex: ^(main|release/.*|develop|hotfix/.*|hotfix-release/.*)$
extra_protected_branch_regex: ^(main|develop)$
exclude_open_pr_branches: true

0 comments on commit f44a791

Please sign in to comment.