Skip to content

Commit 9689ec2

Browse files
chore: add section for PR ownership to maintainers guide (#2674)
Signed-off-by: ldetmer <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 0950c1e commit 9689ec2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

doc/library-maintainer-guide.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Library Maintainer Guide
22

3-
This guide is aimed at maintainers of libraries using Librarian, where the
4-
library contains hand-written code. (Fully-generated libraries are automated
5-
for both generation and release.)
6-
73
This guide is task-oriented, specifically for core/handwritten/hybrid library
84
maintainers. See the
95
[generated CLI documentation](https://pkg.go.dev/github.com/googleapis/librarian/cmd/librarian)
106
for a more comprehensive list of commands and flags.
117

8+
For libraries onboarded to automation, please see [automation section below](#using-automated-releases).
9+
1210
This guide uses the term Librarian (capital L, regular font) for the overall
1311
Librarian system, and `librarian` (lower case L, code font) for the CLI.
1412

@@ -293,3 +291,13 @@ future readers.
293291
Create a PR with the configuration change, get it reviewed and merged, and
294292
the next time release automation runs against the repository, it will consider
295293
the library eligible for automatic releases.
294+
295+
### Ownership of PRs once onboarded to automation
296+
297+
Once a library is onboarded to Librarian automation, the Librarian team is
298+
responsible for approving and merging PRs generated by Librarian. Maintainers are
299+
not expected to be involved in this process, unless PR checks fail. In that
300+
case a ticket will be opened up in the repository and needs to be addressed by
301+
Maintainers. This can potentially block generation/release until issue has been
302+
resolved.
303+

0 commit comments

Comments
 (0)