Skip to content

fix(storybook): edit dialog on "edit-dialog" from "extension-link" stories disappears #2285

fix(storybook): edit dialog on "edit-dialog" from "extension-link" stories disappears

fix(storybook): edit dialog on "edit-dialog" from "extension-link" stories disappears #2285

Workflow file for this run

name: rebase pull request
on:
issue_comment:
types: [created]
jobs:
rebase:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- name: checkout code repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: run rebase action
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}