Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-30 | refactor: remove DENO_FUTURE (#25314) | David Sherret | |
2024-08-20 | chore: enable no-console dlint rule (#25113) | David Sherret | |
2024-06-11 | build: fix 'deno_core' PR title lint (#24183) | Bartek Iwańczuk | |
2024-06-11 | ci: error on `chore:` deno_core upgrade pr titles (#24179) | David Sherret | |
2024-03-25 | ci: 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-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-03-18 | chore(ci): allow 'Reland' PR title prefix (#18273) | Bartek Iwańczuk | |
2023-03-16 | chore(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-13 | chore(ci): verify the PR title as part of linting (#18163) | David Sherret | |
This verifies the PR title as part of the lint step. |