Skip to content

chore(deps): Bump markdown-to-jsx from 7.3.2 to 7.7.1 #256

chore(deps): Bump markdown-to-jsx from 7.3.2 to 7.7.1

chore(deps): Bump markdown-to-jsx from 7.3.2 to 7.7.1 #256

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 }}