Skip to content

Commit 6945e08

Browse files
authored
ci: adding gcbrun for trusted bots (#2183)
1 parent f313f14 commit 6945e08

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/trusted-contribution.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
trustedContributors:
22
- renovate-bot
33
- gcf-owl-bot[bot]
4+
5+
annotations:
6+
- type: comment
7+
text: "/gcbrun"

owlbot.py

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def make_internal_only(sources):
105105
# todo remove once template is updated
106106
'.github/ISSUE_TEMPLATE/bug_report.md',
107107
'.github/PULL_REQUEST_TEMPLATE.md',
108+
'.github/trusted-contribution.yml',
108109
'CONTRIBUTING.md',
109110
# exclude autogen
110111
'codecov.yaml',

0 commit comments

Comments
 (0)