From db5639dfd6b19b889de069b82f25b2c6500c3ae9 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Wed, 12 May 2021 16:17:00 -0700 Subject: [PATCH 1/2] feat: add `gcf-owl-bot[bot]` to `ignoreAuthors` Related: https://github.com/googleapis/repo-automation-bots/issues/1751 --- .../gcp/templates/java_library/.github/generated-files-bot.yml | 1 + .../gcp/templates/node_library/.github/generated-files-bot.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/synthtool/gcp/templates/java_library/.github/generated-files-bot.yml b/synthtool/gcp/templates/java_library/.github/generated-files-bot.yml index 47c2ba132..c644a24e1 100644 --- a/synthtool/gcp/templates/java_library/.github/generated-files-bot.yml +++ b/synthtool/gcp/templates/java_library/.github/generated-files-bot.yml @@ -9,3 +9,4 @@ ignoreAuthors: - 'renovate-bot' - 'yoshi-automation' - 'release-please[bot]' +- 'gcf-owl-bot[bot]' diff --git a/synthtool/gcp/templates/node_library/.github/generated-files-bot.yml b/synthtool/gcp/templates/node_library/.github/generated-files-bot.yml index 1b3ef1c78..271861da9 100644 --- a/synthtool/gcp/templates/node_library/.github/generated-files-bot.yml +++ b/synthtool/gcp/templates/node_library/.github/generated-files-bot.yml @@ -11,3 +11,5 @@ generatedFiles: 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' +ignoreAuthors: +- 'gcf-owl-bot[bot]' From a12908eb55d7b14d7c963925765dca58f8a21e52 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Tue, 18 May 2021 15:03:39 -0700 Subject: [PATCH 2/2] feat: add `yoshi-automation` to `ignoreAuthors` --- .../gcp/templates/node_library/.github/generated-files-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/node_library/.github/generated-files-bot.yml b/synthtool/gcp/templates/node_library/.github/generated-files-bot.yml index 271861da9..6b04910c0 100644 --- a/synthtool/gcp/templates/node_library/.github/generated-files-bot.yml +++ b/synthtool/gcp/templates/node_library/.github/generated-files-bot.yml @@ -13,3 +13,4 @@ generatedFiles: 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' ignoreAuthors: - 'gcf-owl-bot[bot]' +- 'yoshi-automation'