https://github.com/nofusscomputing/action_project/pull/1 https://github.com/nofusscomputing/centurion_erp/issues/214 #217
38 lines
547 B
YAML
38 lines
547 B
YAML
|
|
---
|
|
|
|
name: Triage
|
|
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
- reopened
|
|
- transferred
|
|
- milestoned
|
|
- demilestoned
|
|
- closed
|
|
- assigned
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- edited
|
|
- assigned
|
|
- reopened
|
|
- closed
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
|
project:
|
|
name: Project
|
|
uses: nofusscomputing/action_project/.github/workflows/project.yaml@development
|
|
with:
|
|
PROJECT_URL: https://github.com/orgs/nofusscomputing/projects/3
|
|
secrets:
|
|
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
|
|
|