Skip to content

Commit

Permalink
add issue workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Oct 24, 2023
1 parent 7fdae3d commit 12f6788
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Project automation

on:
issues:
types:
- opened
- reopened
- closed
pull_request:
types:
- opened
- reopened
- review_requested
- closed

jobs:
project_management:
uses: SURFscz/SCZ-deploy/.github/workflows/project.yml@main
with:
event: ${{ github.event_name }}
action: ${{ github.event.action }}
state_reason: ${{ github.event.issue.state_reason }}
secrets: inherit

0 comments on commit 12f6788

Please sign in to comment.