Skip to content

Commit 891f45f

Browse files
authored
chore: remove generated-files-bot warnings for README.md (googleapis#1509)
* chore: remove generated-files-bot warnings for README.md * remove other templated file warnings
1 parent 4b7b0d9 commit 891f45f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/generated-files-bot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ generatedFiles:
33
message: '`.kokoro` files are templated and should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
44
- path: '.github/CODEOWNERS'
55
message: 'CODEOWNERS should instead be modified via the `codeowner_team` property in .repo-metadata.json'
6-
- path: '.github/workflows/ci.yaml'
7-
message: '`.github/workflows/ci.yaml` (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/main/.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/main/.readme-partials.yaml'
146
ignoreAuthors:
157
- 'gcf-owl-bot[bot]'
168
- 'yoshi-automation'

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'.kokoro/continuous/node10/system-test.cfg',
2929
'.kokoro/system-test.sh',
3030
'.mocharc.js',
31+
'.github/generated-files-bot.yml',
3132
'.github/release-please.yml',
3233
'.github/sync-repo-settings.yaml',
3334
'.github/workflows/ci.yaml',

0 commit comments

Comments
 (0)