Merge 15bef5b5f70dee42bf724d4ed5430902c982d2b4 into main #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: automerge-mastheadv2 | |
on: | |
push: | |
branches: | |
- 'main' | |
concurrency: | |
group: automerge-mastheadv2-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
automerge-mastheadv2: | |
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom' | |
runs-on: ubuntu-20.04 | |
env: | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Merge to feat/masthead-v2-dev | |
uses: devmasx/merge-branch@1.4.0 | |
with: | |
type: now | |
target_branch: 'feat/masthead-v2-dev' | |
env: | |
GITHUB_TOKEN: ${{secrets.MERGE_ACTION}} | |
- uses: act10ns/slack@v2 | |
with: | |
status: ${{ job.status }} | |
if: failure() |