350 as a dev I want to implement the good link to report an issue #76
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 |