angular-cn/dev-infra/pr/merge
Joey Perrott 55485713a3 fix(dev-infra): skip husky git commit hooks while merging pull requests (#38888)
During the merge process, all validations have already been completed so git commit
hooks can be safely skipped.  This additionally, prevents errors from occuring which
would be caused the commit hooks executing, such as when yarn updates and then yarn
commands are unable to run within the same process.

PR Close #38888
2020-09-18 11:14:55 -07:00
..
defaults refactor(dev-infra): improve error message for unexpected version branches (#38622) 2020-08-31 09:29:58 -07:00
strategies refactor(dev-infra): extract the commit message parsing function into its own file (#38429) 2020-08-12 16:10:07 -07:00
BUILD.bazel feat(dev-infra): provide organization-wide merge-tool label configuration (#38223) 2020-08-05 10:53:17 -07:00
cli.ts refactor(dev-infra): use a mixin to require a `github-token` for an ng-dev command (#38630) 2020-08-31 12:32:27 -07:00
config.ts feat(dev-infra): support user-failures when computing branches for target label (#38223) 2020-08-05 10:53:17 -07:00
failures.ts feat(dev-infra): Add oauth scope check to ensure necessary permissions for merge tooling (#37421) 2020-06-04 09:35:59 -07:00
index.ts fix(dev-infra): skip husky git commit hooks while merging pull requests (#38888) 2020-09-18 11:14:55 -07:00
messages.ts feat(dev-infra): support for caretaker note label in merge script (#37595) 2020-06-16 11:58:55 -07:00
pull-request.ts feat(dev-infra): support user-failures when computing branches for target label (#38223) 2020-08-05 10:53:17 -07:00
string-pattern.ts feat(dev-infra): move merge script over from components repo (#37138) 2020-05-18 11:50:07 -07:00
target-label.ts feat(dev-infra): provide organization-wide merge-tool label configuration (#38223) 2020-08-05 10:53:17 -07:00
task.ts feat(dev-infra): provide github API instance to lazy merge configuration (#38223) 2020-08-05 10:53:17 -07:00