Skip to content

chore(settings): update settings to v1.58.0 #811

chore(settings): update settings to v1.58.0

chore(settings): update settings to v1.58.0 #811

Workflow file for this run

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