Merge 3fd0392db4c82faa2be585a18a8712e4af284e2e into main #74
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/[email protected] | |
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() |