-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Add
generate-files-bot
config
Source-Author: Daniel Bankhead <dan@danielbankhead.com> Source-Date: Tue Apr 27 15:33:07 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 04573fd73f56791c659832aa84d35a4ec860d6f7 Source-Link: googleapis/synthtool@04573fd
- Loading branch information
1 parent
f2056a1
commit 101bc84
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
generatedFiles: | ||
- path: '.kokoro/**' | ||
message: '`.kokoro` files are templated and should be updated in [`synthtool`](https://github.com/googleapis/synthtool)' | ||
- path: '.github/CODEOWNERS' | ||
message: 'CODEOWNERS should instead be modified via the `codeowner_team` property in .repo-metadata.json' | ||
- path: '.github/workflows/**' | ||
message: '`.github/workflows` (GitHub Actions) should be updated in [`synthtool`](https://github.com/googleapis/synthtool)' | ||
- path: '.github/generated-files-bot.+(yml|yaml)' | ||
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)' | ||
- path: 'README.md' | ||
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' | ||
- path: 'samples/README.md' | ||
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters