Skip to content

chore: Examples Updated to Remove Style Props #6822

chore: Examples Updated to Remove Style Props

chore: Examples Updated to Remove Style Props #6822

name: Enable Automerge
on:
pull_request_target:
types: [ edited, labeled, synchronize ]
jobs:
enable-automerge:
if: contains(github.event.pull_request.labels.*.name, 'automerge')
runs-on: ubuntu-latest
steps:
- name: Enable Automerge
uses: Workday/canvas-kit-actions/enable-automerge@v1
with:
token: ${{ secrets.GH_RW_TOKEN }}