[Feature] Clean up repository, beautify docs, and attach license to make it public #99
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Project Management | |
on: | |
issues: | |
types: | |
- labeled | |
pull_request: | |
branches: ["main"] | |
types: | |
- labeled | |
- ready_for_review | |
workflow_call: | |
jobs: | |
add-to-project: | |
uses: zaphiro-technologies/github-workflows/.github/workflows/add-to-project.yaml@main | |
secrets: inherit |