Skip to content

Remove old github action that added PRs to our project board #3

Remove old github action that added PRs to our project board

Remove old github action that added PRs to our project board #3

name: 'Add Issue/PR to Project Board'
on:
pull_request:
types: [opened, labeled, review_requested]
issues:
types: [opened, labeled]
jobs:
call_shared_workflow:
name: 'Call the Shared Workflow'
uses: metamask/github-tools/.github/actions/add-item-to-project.yml@d18bebcbb77f0a17b12ce481427382ad1239fe53

Check failure on line 12 in .github/workflows/add-prs-and-issues-to-project.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/add-prs-and-issues-to-project.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
project-url: 'https://github.com/orgs/MetaMask/projects/113'
team-name: 'wallet-framework-engineers'
team-label: 'team-wallet-framework'
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}