To use this reusable workflow add the following file to path .github/workflows/project.yaml
---
name: Projecton:
issues:
types:
- opened
- reopened
- transferred
- milestoned
- demilestoned
- closed
- assignedpull_request: types:
- opened
- reopened
- closedjobs:
project:
name: Projectuses: nofusscomputing/action_project/.github/workflows/project.yaml@developmentwith:
PROJECT_URL: https://github.com/orgs/nofusscomputing/projects/7secrets:
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}