summaryrefslogtreecommitdiff
path: root/tools/verify_pr_title.js
AgeCommit message (Collapse)Author
2023-03-18chore(ci): allow 'Reland' PR title prefix (#18273)Bartek Iwańczuk
2023-03-16chore(ci): allow 'BREAKING' PR title prefix (#18238)Bartek Iwańczuk
So that we can land PRs like https://github.com/denoland/deno/pull/18237 or https://github.com/denoland/deno/pull/18094
2023-03-13chore(ci): verify the PR title as part of linting (#18163)David Sherret
This verifies the PR title as part of the lint step.