Skip to content

Commit

Permalink
to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-po committed Aug 17, 2022
1 parent 0cd0ca9 commit db64bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/asana-milestone/src/link-pr-with-milestones.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module.exports = async (core, github) => {
// TODO: abstract to constants and reuse from asana-link.
const commentPrefixes = ['closes:', 'fixes:']

console.log(github)
console.log(JSON.stringify(github))
const isIssue = !!github.context.payload.issue
const pr = github.context.payload.pull_request || github.context.payload.issue
const action = github.context.payload.action
Expand Down

0 comments on commit db64bd2

Please sign in to comment.