Add speculative_plan_management_enabled attribute to org d/r blocks #1248
Workflow file for this run
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: 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 |