We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fed16 commit 938be89Copy full SHA for 938be89
update_jira/index.js
@@ -26,12 +26,6 @@ async function run() {
26
projectKey: JIRA_PROJECT_KEY,
27
})
28
29
- const workflowName = await jiraUtil.getProjectWorkflowName('ALL')
30
- console.log('got workflow!', workflowName)
31
-
32
- const stateMachine = await jiraUtil.getWorkflowStateMachine(workflowName)
33
- jiraUtil.printStateMachine(stateMachine)
34
35
if (GITHUB_EVENT_NAME === 'pull_request' || GITHUB_EVENT_NAME === 'pull_request_target') {
36
const eventData = require(GITHUB_EVENT_PATH)
37
await handlePullRequestEvent(eventData, jiraUtil, GITHUB_REPOSITORY)
0 commit comments