fix: Deconstruct typelevel from props and pass to stencil #8156
Workflow file for this run
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: 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 }} |