Skip to content

Commit

Permalink
Create auto-merge-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni authored Nov 25, 2024
1 parent 8953555 commit 33286d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-merge-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto Merge develop to develop-humble

on:
schedule:
- cron: '0 0 * * 1' # Weekly on Monday
workflow_dispatch:

jobs:
call-merge-workflow:
uses: usdot-fhwa-stol/actions/.github/workflows/merge-develop-humble.yml@main
with:
branch_from: develop
branch_to: develop-humble
notify_team: DevOps

0 comments on commit 33286d4

Please sign in to comment.