Skip to content

Commit

Permalink
Merge pull request #132 from ai-cfia/131-add-the-issue-status-workflo…
Browse files Browse the repository at this point in the history
…w-to-nachet-frontend-repository

issue #131: project issue status workflow
  • Loading branch information
ThomasCardin authored Nov 15, 2024
2 parents 78fd8bc + b7db396 commit 7f387ed
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/project-issue-status.yml
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 7f387ed

Please sign in to comment.