https://github.com/nofusscomputing/action_project
GH Action/Workflow for Project issue/PR triage
https://github.com/nofusscomputing/action_project
Last synced: about 2 months ago
JSON representation
GH Action/Workflow for Project issue/PR triage
- Host: GitHub
- URL: https://github.com/nofusscomputing/action_project
- Owner: nofusscomputing
- Created: 2024-08-10T03:08:17.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2025-04-10T05:32:37.000Z (12 months ago)
- Last Synced: 2025-06-23T03:11:34.636Z (9 months ago)
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## No Fuss Computing - GH Action / Workflow for Project Issue/PR Triage
To use this reusable workflow add the following file to path `.github/workflows/project.yaml`
``` yaml
---
name: Project
on:
issues:
types:
- opened
- reopened
- transferred
- milestoned
- demilestoned
- closed
- assigned
pull_request:
types:
- opened
- reopened
- closed
jobs:
project:
name: Project
uses: nofusscomputing/action_project/.github/workflows/project.yaml@development
with:
PROJECT_URL: https://github.com/orgs/nofusscomputing/projects/7
secrets:
WORKFLOW_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
```