Skip to content

chore: Bump storybook, @storybook/* to ^7.6.20, storybook-dark-mode from ^3.0.3 to ^4.0.2 #150867

chore: Bump storybook, @storybook/* to ^7.6.20, storybook-dark-mode from ^3.0.3 to ^4.0.2

chore: Bump storybook, @storybook/* to ^7.6.20, storybook-dark-mode from ^3.0.3 to ^4.0.2 #150867

Workflow file for this run

name: "CLA Signature Bot"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
jobs:
CLABot:
if: github.event_name == 'pull_request_target' || contains(github.event.comment.html_url, '/pull/')
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: "CLA Signature Bot"
uses: MetaMask/cla-signature-bot@v4.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'cla.json'
url-to-cladocument: 'https://metamask.io/cla.html'
# This branch can't have protections, commits are made directly to the specified branch.
branch: 'cla-signatures'
allowlist: 'dependabot[bot],metamaskbot,crowdin-bot'
allow-organization-members: true
blockchain-storage-flag: false