525 make an easy minio example using the test application inside the howard repo #147
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 issue status workflow | |
on: | |
issues: | |
types: | |
- opened | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- closed | |
- ready_for_review | |
- converted_to_draft | |
jobs: | |
issue-status: | |
uses: ai-cfia/github-workflows/.github/workflows/workflow-issue-status.yml@main | |
secrets: inherit |