Skip to content

Commit

Permalink
Create sync-featrue-code.yaml (#2371)
Browse files Browse the repository at this point in the history
Signed-off-by: joyceliu <[email protected]>
  • Loading branch information
joyceliu committed Sep 4, 2024
1 parent d112bbd commit 2bc0b40
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/sync-feature-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:
workflow_dispatch: # Manual trigger

jobs:
build:
name: Sync Feature Code
sync-feature:
runs-on: ubuntu-latest

steps:
- name: Check if PR has merged
id: check_pr
Expand Down Expand Up @@ -53,10 +51,11 @@ jobs:
if: ${{ steps.check_pr.outputs.pr_merged == 'true' }}
uses: peter-evans/create-pull-request@v7
with:
commit-message: Sync feature branch to master/feature directory
commit-message: 'Sync feature branch to master/feature directory'
delete-branch: true
branch-suffix: sync-feature
title: [ci-bot] Sync feature branch to master/feature directory
branch-suffix: timestamp
sign-commits: true
title: '[ci-bot] Sync feature branch to master/feature directory'
body: |
This PR syncs the feature branch to the master/feature directory.
```release-note
Expand Down

0 comments on commit 2bc0b40

Please sign in to comment.