Searched full:chore (Results 1 – 25 of 42) sorted by relevance
12
| /external/google-cloud-java/generation/ |
| D | merge_repository.sh | 17 # gh pr create --title 'chore: merge new repository into google-cloud-java' --body '' 67 git commit -am "chore: setup owlbot configuration" 86 git commit -m 'chore: add template files' 91 git commit -am 'chore: create aggregator pom' --allow-empty 97 git commit -am 'chore: point modules to the aggregator pom as parent' \ 103 git commit -am 'chore: consolidate config to parent' \ 112 git commit -am 'chore: create gapic-libraries-bom' \ 120 git commit -am 'chore: delete non-auto-generated samples' \ 128 git commit -am 'chore: update versions to latest in maven' \ 134 git commit -am 'chore: remove and disable owlbot postprocessor templates' \ [all …]
|
| /external/sdk-platform-java/scripts/ |
| D | create_native_image_test_env.sh | 88 git commit -m "chore: update graalvm-sdk's version (${GRAALVM_VERSION}) in GAX for testing" 120 …git commit -m "chore: update native-maven-plugin's version (${NATIVE_MAVEN_PLUGIN}) in java-shared… 142 …git commit -m "chore: update shared-config (${SHARED_CONFIG_VERSION}) shared-dependencies version … 164 …git commit -m "chore: update shared-config (${SHARED_CONFIG_VERSION}) shared-dependencies version … 197 …git commit -m "chore: update shared-config (${SHARED_CONFIG_VERSION}) shared-dependencies version … 220 …git commit -m "chore: update shared config (${SHARED_CONFIG_VERSION}) shared-dependencies version … 232 git commit -m "chore: populate the submodule project" --allow-empty
|
| /external/python/google-api-python-client/scripts/ |
| D | createcommits.sh | 30 commitmsg='chore: update docs/dyn/index.md' 37 commitmsg='chore('$name'): update the api' 49 commitmsg='chore(docs): Add new discovery artifacts and reference documents'
|
| /external/google-cloud-java/.github/workflows/ |
| D | readme.yaml | 41 title: 'chore: regenerate client table in README' 42 message: 'chore: regenerate client table in README'
|
| D | owlbot_sha256.yaml | 47 title: 'chore: updating OwlBot.lock sha256 value to the latest' 48 message: 'chore: updating OwlBot.lock sha256 value to the latest'
|
| D | googleapis_hermetic_sync.yaml | 44 gh pr create --title='chore: googleapis change propagation via hermetic build' \
|
| /external/sdk-platform-java/java-common-protos/.github/workflows/ |
| D | approve-readme.yaml | 33 // only approve PRs like "chore: release <release version>" 34 if (!context.payload.pull_request.title === "chore: regenerate README") {
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/workflows/ |
| D | approve-readme.yaml | 33 // only approve PRs like "chore: release <release version>" 34 if (!context.payload.pull_request.title === "chore: regenerate README") {
|
| /external/rust/crates/miette/ |
| D | cliff.toml | 53 { message = "^chore\\(release\\): prepare for*", skip = true}, 54 { message = "^chore*", group = "Miscellaneous Tasks"},
|
| /external/google-auth-library-java/.github/workflows/ |
| D | auto-release.yaml | 34 // only approve PRs like "chore(main): release <release version>" 35 if ( !context.payload.pull_request.title.startsWith("chore(main): release") ) {
|
| /external/googleapis/.github/workflows/ |
| D | generate_api_index.yaml | 32 git commit -m "chore: regenerate API index"
|
| /external/sdk-platform-java/java-common-protos/ |
| D | renovate.json | 46 "semanticCommitType": "chore",
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/ |
| D | renovate.json | 48 "semanticCommitType": "chore",
|
| /external/google-auth-library-java/.kokoro/ |
| D | readme.sh | 37 --pr-title="chore: regenerate README" \
|
| /external/google-styleguide/docguide/ |
| D | philosophy.md | 56 * **Docs thrive when they're treated like tests**: a necessary chore one learns
|
| /external/sdk-platform-java/ |
| D | renovate.json | 78 "semanticCommitType": "chore",
|
| /external/python/google-api-python-client/.github/workflows/ |
| D | main.yml | 94 const prTitle = 'chore: Update discovery artifacts'
|
| /external/arm-trusted-firmware/docs/process/ |
| D | commit-style.rst | 78 | ``chore`` | Any other change |
|
| /external/trusty/arm-trusted-firmware/docs/process/ |
| D | commit-style.rst | 78 | ``chore`` | Any other change |
|
| /external/toolchain-utils/crosperf/ |
| D | schedv2.py | 48 """Do the "run-test->(optionally reimage)->run-test" chore.
|
| /external/arm-trusted-firmware/ |
| D | .cz.json | 65 "type": "chore",
|
| /external/rust/crates/tokio-util/ |
| D | CHANGELOG.md | 278 - chore: avoid allocation if `PollSemaphore` is unused ([#3634])
|
| /external/trusty/arm-trusted-firmware/ |
| D | changelog.yaml | 66 type: chore
|
| /external/rust/crates/tokio/ |
| D | CHANGELOG.md | 297 - chore: update windows-sys to 0.45 ([#5386]) 656 - chore: fix typos and grammar ([#4858], [#4894], [#4928]) 751 - chore: fix version detection in build script ([#4860]) 772 - chore: fix spelling ([#4769]) 775 - chore: fix typo ([#4798]) 1620 - chore: try to avoid `noalias` attributes on intrusive linked list ([#3654]) 1667 - chore: mention fix for building docs in contributing guide ([#3618])
|
| /external/python/cpython3/Doc/howto/ |
| D | enum.rst | 158 ... for chore, days in chores.items(): 160 ... print(chore)
|
12