Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Dec 16, 2023
1 parent 1bd2eb4 commit 5f2177f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pr-timing-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
if (daysDiff < 7) {
core.setFailed("PR is less than 7 days old and it is not flagged as 'pr: fast merge'");
}
else {
console.log('PR is more than 7 days old');
}
}
else {
console.log('PR is flagged as 'pr: fast merge');
}
// Add all PR labels in log
console.log('Labels:', labels.join(', '));

0 comments on commit 5f2177f

Please sign in to comment.