Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 0c39d7d

Browse files
chore: Report warning on .github/workflows/ci.yaml (#968)
* 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`. Source-Link: googleapis/synthtool@2430f8d Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:14aaee566d6fc07716bb92da416195156e47a4777e7d1cd2bb3e28c46fe30fe2
1 parent 0bc315f commit 0c39d7d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
docker:
2-
digest: sha256:f556e6e7be625deb1b2429fe608df27be57185c3e6b7d39ee0059f1609f17530
3-
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
4-
2+
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
3+
digest: sha256:14aaee566d6fc07716bb92da416195156e47a4777e7d1cd2bb3e28c46fe30fe2

.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)