Skip to content

Commit 2430f8d

Browse files
authored
fix: Report warning on .github/workflows/ci.yaml (#1110)
* fix: Report warning on `.github/workflows/ci.yaml` Not all files in `.github/workflows` are managed, only `ci.yaml`. Related false-positive: googleapis/repo-automation-bots#1952 (comment) * fix: Report warning on `.github/workflows/ci.yaml` Not all files in `.github/workflows` are managed, only `ci.yaml`.
1 parent 8da7927 commit 2430f8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

synthtool/gcp/templates/node_library/.github/generated-files-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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/**'
7-
message: '`.github/workflows` (GitHub Actions) should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
6+
- path: '.github/workflows/ci.yaml'
7+
message: '`.github/workflows/ci.yaml` (GitHub Actions) should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
88
- path: '.github/generated-files-bot.+(yml|yaml)'
99
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
1010
- path: 'README.md'

0 commit comments

Comments
 (0)