Skip to content

Commit bb590ce

Browse files
chore: new owl bot post processor docker image (#166)
gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:f93bb861d6f12574437bb9aee426b71eafd63b419669ff0ed029f4b7e7162e3f
1 parent f6bc41f commit bb590ce

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
docker:
2-
digest: sha256:c3eae37a355402067b97cbeb6f5a7d2dd87aecfd064aeb2d2ea0bde40778cf68
3-
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
4-
2+
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
3+
digest: sha256:f93bb861d6f12574437bb9aee426b71eafd63b419669ff0ed029f4b7e7162e3f
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
generatedFiles:
2+
- path: '.kokoro/**'
3+
message: '`.kokoro` files are templated and should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
4+
- path: '.github/CODEOWNERS'
5+
message: 'CODEOWNERS should instead be modified via the `codeowner_team` property in .repo-metadata.json'
6+
- path: '.github/workflows/**'
7+
message: '`.github/workflows` (GitHub Actions) should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
8+
- path: '.github/generated-files-bot.+(yml|yaml)'
9+
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
10+
- path: 'README.md'
11+
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
12+
- path: 'samples/README.md'
13+
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'

core/precise-date/test/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ describe('PreciseDate', () => {
5656
let RealBigInt: typeof BigInt;
5757
let date: PreciseDate;
5858

59-
const NO_BIG_INT_ERR = /BigInt only available in Node >= v10\.7. Consider using getFullTimeString instead\./;
59+
const NO_BIG_INT_ERR =
60+
/BigInt only available in Node >= v10\.7. Consider using getFullTimeString instead\./;
6061

6162
const SECS = 1547253035;
6263
const NANOS = 381101032;

0 commit comments

Comments
 (0)