Skip to content

Commit

Permalink
Merge pull request #217 from ai-cfia/216-add-the-issue-status-workflo…
Browse files Browse the repository at this point in the history
…w-to-fertiscan-backend-repository

issue #216: added project issue status
  • Loading branch information
ThomasCardin authored Nov 15, 2024
2 parents de1c26a + 8d7f812 commit 2fa132b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/project-issue-status.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit 2fa132b

Please sign in to comment.