Skip to content

Release automation does not kick off if package is bumped but not root version (or vice versa) #4162

Release automation does not kick off if package is bumped but not root version (or vice versa)

Release automation does not kick off if package is bumped but not root version (or vice versa) #4162

name: 'Add Wallet Framework Issues/PRs to Project Board'
on:
pull_request:
types: [opened, labeled, review_requested]
issues:
types: [opened, labeled]
jobs:
call_shared_workflow:
name: 'Call the Shared Workflow'
permissions:
issues: write
pull-requests: write
contents: read
repository-projects: write
uses: metamask/github-tools/.github/workflows/add-item-to-project.yml@56a094ccb23085b708eacbfbcc0b4fdf024491c0
with:
project-url: 'https://github.com/orgs/MetaMask/projects/113'
team-name: 'wallet-framework-engineers'
team-label: 'team-wallet-framework'
secrets:
github-token: ${{ secrets.CORE_ADD_PRS_TO_PROJECT }}