Skip to content

Fix linting issues

Fix linting issues #2

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