Skip to content

Commit

Permalink
repo housekeeping workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
samidbb committed Nov 13, 2023
1 parent e770124 commit 3adbd1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Housekeeping

on:
schedule:
- cron: "0 6 * * 1"

jobs:
shared:
uses: dfds/shared-workflows/.github/workflows/automation-housekeeping.yml@master
secrets: inherit
with:
delete_head_branch: true
squash_merge: true
branch_protection: true

0 comments on commit 3adbd1d

Please sign in to comment.