Skip to content

feat(operad+kernel): §M12 admin-capability gate fills AdminScopeRewrite #58

feat(operad+kernel): §M12 admin-capability gate fills AdminScopeRewrite

feat(operad+kernel): §M12 admin-capability gate fills AdminScopeRewrite #58

Workflow file for this run

name: Project Sync
on:
pull_request:
types: [opened, reopened, ready_for_review, closed]
issues:
types: [opened, reopened, closed]
permissions:
contents: read
pull-requests: read
issues: read
repository-projects: write
jobs:
sync:
uses: MSD21091969/moos-config/.github/workflows/project-sync-reusable.yml@master

Check failure on line 17 in .github/workflows/project-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/project-sync.yml

Invalid workflow file

error parsing called workflow ".github/workflows/project-sync.yml" -> "MSD21091969/moos-config/.github/workflows/project-sync-reusable.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
event_name: ${{ github.event_name }}
action: ${{ github.event.action }}
content_node_id: ${{ github.event.pull_request.node_id || github.event.issue.node_id }}
is_pr: ${{ github.event_name == 'pull_request' }}
is_merged: ${{ github.event.pull_request.merged || false }}
permissions:
repository-projects: write