File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ var ignoredExts = map[string]bool{
5050 ".yml" : true ,
5151 ".yaml" : true ,
5252 ".txt" : true ,
53+ ".webp" : true ,
5354}
5455
5556var ignoredDirs = []string {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The `state.yaml` file is the primary manifest that informs Librarian about the l
2929It contains a comprehensive list of all libraries within the repository, along with their current state and
3030configuration.
3131
32- For a detailed breakdown of all of the fields in the ` state.yaml ` file, please refer to [ state-schema.md] .
32+ For a detailed breakdown of all the fields in the ` state.yaml ` file, please refer to [ state-schema.md] .
3333
3434### ` config.yaml `
3535
@@ -66,7 +66,7 @@ it must have a binary entrypoint that can accept the arguments passed by Librari
6666
6767A successful container invocation is expected to exit with a code of ` 0`. Any non-zero exit code will be treated as an
6868error and will halt the current workflow. If a container would like to send an error message back to librarian it can do
69- so by including a field in the various response files outlined below. Additionally any logs sent to stderr/stdout will
69+ so by including a field in the various response files outlined below. Additionally, any logs sent to stderr/stdout will
7070be surfaced to the CLI.
7171
7272The following sections detail the contracts for each container command.
@@ -324,3 +324,8 @@ global file edits. The libraries that are being released will be marked by the `
324324` ` `
325325
326326[state-schema.md] : state-schema.md
327+
328+ # # Language repository settings
329+ To correctly parse the commit message of a merge commit, only allow squash merging
330+ and set the default commit message to **Pull request title and description**.
331+ 
You can’t perform that action at this time.
0 commit comments