Skip to content

Commit

Permalink
Update and rename automerge-cwc-v2.yml to automerge-dotcom-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Jun 27, 2023
1 parent 9cd56a3 commit 0688a08
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: automerge-cwc-v2
name: automerge-dotcom-v2
on:
push:
branches:
- 'main'

concurrency:
group: automerge-cwc-v2-${{ github.ref }}
group: automerge-dotcom-v2-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand All @@ -16,11 +16,11 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v3
- name: Merge to feat/cwc-v2
- name: Merge to feat/carbon-for-ibm-dotcom-v2
uses: devmasx/[email protected]
with:
type: now
target_branch: 'feat/cwc-v2'
target_branch: 'feat/carbon-for-ibm-dotcom-v2'
env:
GITHUB_TOKEN: ${{secrets.MERGE_ACTION}}
- uses: act10ns/slack@v2
Expand Down

0 comments on commit 0688a08

Please sign in to comment.