Skip to content

Commit 9d51fde

Browse files
committed
update jira status script
1 parent b8e0d6a commit 9d51fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update_jira/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ async function handlePullRequestEvent(eventData, jiraUtil, githubRepository) {
5656
const prUrl = `${repositoryName}/pull/${pull_request.number}`
5757
let targetStatus = null
5858

59+
console.log('action:', action)
60+
5961
switch (action) {
6062
case 'converted_to_draft':
6163
targetStatus = 'In Development'

0 commit comments

Comments
 (0)