Skip to content

Commit 938be89

Browse files
committed
update jira status script
1 parent c1fed16 commit 938be89

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

update_jira/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ async function run() {
2626
projectKey: JIRA_PROJECT_KEY,
2727
})
2828

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-
3529
if (GITHUB_EVENT_NAME === 'pull_request' || GITHUB_EVENT_NAME === 'pull_request_target') {
3630
const eventData = require(GITHUB_EVENT_PATH)
3731
await handlePullRequestEvent(eventData, jiraUtil, GITHUB_REPOSITORY)

0 commit comments

Comments
 (0)