Skip to content

Commit

Permalink
added pull-request reopened to pr-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshenko-logitech committed Apr 23, 2020
1 parent 60bf1bc commit 6bd5905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Toolkit.run(
tools.exit.success()
}
},
{ event: ['pull_request.opened', 'pull_request.edited', 'pull_request.synchronize'], secrets: ['GITHUB_TOKEN'] }
{ event: ['pull_request.opened', 'pull_request.reopened', 'pull_request.edited', 'pull_request.synchronize'], secrets: ['GITHUB_TOKEN'] }
)

function findFailedCommits(tickets, commitsInPR, ignoreCase) {
Expand Down

0 comments on commit 6bd5905

Please sign in to comment.