As an Org Admin, I want to be able to to assign Units to the Managers in my Org. #1625
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 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 |