Skip to content

Commit bd7fa8f

Browse files
kevkim-codesGautamSharda
authored andcommitted
fix: Update owlbot.py to exculde sync repo (#1549)
Part of fixing owl bot post processing to make it an optional check
1 parent 67e59c5 commit bd7fa8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/bigtable/.github/sync-repo-settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ branchProtectionRules:
1313
- test (18)
1414
- cla/google
1515
- windows
16-
- OwlBot Post Processor
1716
permissionRules:
1817
- team: yoshi-admins
1918
permission: admin

handwritten/bigtable/owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
source_location='build/src'
6161
)
6262
s.copy(templates,excludes=[
63-
'.github/auto-approve.yml'
63+
'.github/auto-approve.yml',
64+
'.github/sync-repo-settings.yaml'
6465
])
6566

6667
node.postprocess_gapic_library_hermetic()

0 commit comments

Comments
 (0)