This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add generated-files bot config (#417)
* build: Add `generate-files-bot` config Source-Author: Daniel Bankhead <[email protected]> Source-Date: Tue Apr 27 15:33:07 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 04573fd73f56791c659832aa84d35a4ec860d6f7 Source-Link: googleapis/synthtool@04573fd * build(node): switch $default-branch with template variable Source-Author: Benjamin E. Coe <[email protected]> Source-Date: Tue Apr 27 15:41:40 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: e6f3d54be015a394b6ab5a25903ec09062a2b424 Source-Link: googleapis/synthtool@e6f3d54 Co-authored-by: Sameena Shaffeeullah <[email protected]>
- Loading branch information
1 parent
9b9ecce
commit db3b440
Showing
3 changed files
with
16 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
on: | ||
push: | ||
branches: | ||
- $default-branch | ||
- master | ||
pull_request: | ||
name: ci | ||
jobs: | ||
|
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