Skip to content

Commit

Permalink
Merge branch 'master' into ThejasNU/clean_logs
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ202 authored Feb 10, 2025
2 parents 46573b4 + c8c9f19 commit 460a7f6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Update dev branch
run-name: Merge master branch into dev/0.2.0_release branch
on:
pull_request:
branches: [master]
types: [closed]
jobs:
merge-branch:
if: github.event.pull_request.merged == true
timeout-minutes: 2
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- uses: actions/checkout@v2
- uses: everlytic/branch-merge@f1304f3c45db1c13f5d14e8ce99e23e7fabdbe79
with:
github_token: ${{ github.token }}
source_ref: ${{ github.ref }}
target_branch: 'dev/0.2.0_release'
commit_message_template: '[Automated] Merge master into {target_branch}'

0 comments on commit 460a7f6

Please sign in to comment.