summaryrefslogtreecommitdiff
path: root/tools/verify_pr_title.js
AgeCommit message (Collapse)Author
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-06-11build: fix 'deno_core' PR title lint (#24183)Bartek Iwańczuk
2024-06-11ci: error on `chore:` deno_core upgrade pr titles (#24179)David Sherret
2024-03-25ci: allow "FUTURE" PR title (#23064)Bartek Iwańczuk
Allows to use `BREAKING` prefix in the PR title. This change will allow us to land PRs that change behavior with `DENO_FUTURE=1` env var, and prepare for Deno 2.0 release.
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
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.