Skip to content

Commit 10f33f5

Browse files
committed
More docs
1 parent 18884f8 commit 10f33f5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ Then 2 for handling fallbacks on PRs which aren't able to be maintained by anyon
9494
- `if_no_maintainers_add_label` - A label to add which denotes it is a maintainers PR to handle
9595
- `if_no_maintainers_assign` - A string of `@` prefixed GitHub usernames, separated by spaces which denotes who should be assigned to PRs which don't get a CODEOWNER.
9696

97+
```yml
98+
- name: Run Codeowners merge check
99+
uses: OSS-Docs-Tools/code-owner-self-merge@v1
100+
env:
101+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102+
with:
103+
merge_method: 'squash'
104+
if_no_maintainers_add_label: 'maintainers'
105+
if_no_maintainers_assign: '@orta @sandersn'
106+
```
107+
97108
### Dev
98109

99110
Use `npx jest --watch` to run tests.

0 commit comments

Comments
 (0)