Skip to content

feat(projects): Add issues and PRs to github project board #1

feat(projects): Add issues and PRs to github project board

feat(projects): Add issues and PRs to github project board #1

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@main

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 }}