This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Implement check for authorized users of slash command dispatcher #470
This file contains hidden or 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: Create Jira Issue | |
| on: | |
| issues: | |
| types: [opened, closed, deleted, reopened] | |
| pull_request_target: | |
| types: [opened, closed, reopened] | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| call-workflow: | |
| uses: hashicorp/terraform-random-tfe-utility/.github/workflows/create-jira-issue.yml@main | |
| with: | |
| github-team: Terraform-Enterprise | |
| project: TFE | |
| secrets: inherit |