Skip to content

chore(forms): align labels in input states stories #504

chore(forms): align labels in input states stories

chore(forms): align labels in input states stories #504

Workflow file for this run

name: PR Backport
on:
pull_request_target:
types: ['labeled', 'closed']
jobs:
backport:
name: Backport
runs-on: ubuntu-latest
if: |
github.event.pull_request.merged
&& (
github.event.action == 'closed'
|| (
github.event.action == 'labeled'
&& contains(github.event.label.name, 'auto-backport-to')
)
)
steps:
- uses: dtsanevmw/backport@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}