Make Username visible if can_see_sensible_data
ist true
#410
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: | |
- closed | |
jobs: | |
issue_closed: | |
name: Issue closed | |
uses: ./.github/workflows/project-automation.yml | |
secrets: inherit | |
with: | |
resource_node_id: ${{ github.event.issue.node_id }} | |
status_value: "Done" |