Skip to content

Commit c094637

Browse files
committed
update jira status script
1 parent 89d407e commit c094637

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
@@ -52,6 +52,7 @@ async function run() {
5252
* Handle PR events - draft changes, ready for review, etc.
5353
*/
5454
async function handlePullRequestEvent(eventData, jiraUtil, githubRepository) {
55+
console.log('HANDLING PR EVENT')
5556
const { action, pull_request } = eventData
5657
const [_, repositoryName] = githubRepository.split('/')
5758

@@ -82,6 +83,7 @@ async function handlePullRequestEvent(eventData, jiraUtil, githubRepository) {
8283
* Handle push events to branches
8384
*/
8485
async function handlePushEvent(branch, jiraUtil, githubRepository, githubToken) {
86+
console.log('HANDLING PUSH EVENT')
8587
const octokit = new Octokit({
8688
auth: githubToken,
8789
})

0 commit comments

Comments
 (0)