oss-docs-tools/Code Owner Self Merge
Lets the CODEOWNERS file determine who can merge a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| cwd | The path to the root folder where it should look for code owners | no | "" |
| merge_method | The merge strategy to use: 'merge', 'squash' or 'rebase' | no | merge |
| if_no_maintainers_add_label | If a PR does not have any community maintainers, apply this label | no | "" |
| if_no_maintainers_assign | If a PR does not have any community maintainers, assign these people (e.g. "@orta @sandersn") | no | "" |
| quiet | Do not say "this PR can be merged by x, y, z" out loud | no | "" |
| ownerNoPings | Wrap mention in inline code block to prevent pings | no | [] |
Outputs
no outputs