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 0a27111 commit bb44d1bCopy full SHA for bb44d1b
update_jira/index.js
@@ -28,6 +28,8 @@ async function run() {
28
29
if (GITHUB_EVENT_NAME === 'pull_request' || GITHUB_EVENT_NAME === 'pull_request_target') {
30
const eventData = require(GITHUB_EVENT_PATH)
31
+ console.log(eventData)
32
+
33
await handlePullRequestEvent(eventData, jiraUtil, GITHUB_REPOSITORY)
34
return
35
}
0 commit comments