TF-33573 adding resource_tfe_project_policy_set_exclusion #2130
Workflow file for this run
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: Jira PR Transition | |
| on: | |
| pull_request: | |
| types: [opened, closed, reopened, converted_to_draft, ready_for_review] | |
| jobs: | |
| call-workflow: | |
| uses: ./.github/workflows/jira-pr-transition.yml | |
| secrets: inherit |