Merge bd43cce8e6b6130a8f7cb310fbad91ad36038152 into main #274
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-content-updates | |
on: | |
push: | |
branches: | |
- 'main' | |
concurrency: | |
group: automerge-content-updates-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
automerge-content-updates: | |
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 fix/content-updates | |
uses: devmasx/[email protected] | |
with: | |
type: now | |
target_branch: 'fix/content-updates' | |
env: | |
GITHUB_TOKEN: ${{secrets.MERGE_ACTION}} | |
- uses: act10ns/slack@v2 | |
with: | |
status: ${{ job.status }} | |
if: failure() |