Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Each of the following helpers are defined in a file of the same name in `src/hel

- Returns `true` if the PR has been approved by the specified GitHub team(s) or user(s) and `false` otherwise
- If GitHub teams are omitted, uses `CODEOWNERS` to determine teams and/or users to use.
- The parameter `codeowners_overrides` can be used to override entries from `CODEOWNERS`. It is a string formatted as comma-separated list of lines in [the `CODEOWNERS` syntax](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax). For example: `/path/foo @user1 @user2,/path/bar @user3`
- The parameter `codeowners_overrides` can be used to override entries from `CODEOWNERS`. It is a string formatted as comma-separated list of lines in [the `CODEOWNERS` syntax](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax). Exact pattern matches in CODEOWNERS will be replaced. Unmatched patterns will be appended.
- example: `/path/foo @user1 @user2,/path/bar @user3`
- Note: If you are providing teams in input, full team name is NOT needed. i.e. `team-name` works and `org/team-name` is NOT needed

### [approve-pr](.github/workflows/approve-pr.yml)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ inputs:
description: 'A comma-separated list of team overrides which specify the number of required reviews per team (e.g. "@ExpediaGroup/team1:1,@ExpediaGroup/team2:2")'
required: false
codeowners_overrides:
description: 'A comma-separated list of lines formatted in GitHub CODEOWNERS syntax which override the CODEOWNERS file (e.g. "/path/foo @user1 @user2,/path/bar @user3")'
description: 'A comma-separated list of lines formatted in GitHub CODEOWNERS syntax which override the CODEOWNERS file (e.g. "/path/foo @user1 @user2,/path/bar @user3"). Exact pattern matches in CODEOWNERS will be replaced. Unmatched patterns will be appended.'
required: false
max_queue_size:
description: 'The maximum number of PRs that can be in the merge queue at any given time'
Expand Down
21 changes: 17 additions & 4 deletions dist/110.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/110.index.js.map

Large diffs are not rendered by default.

589 changes: 1 addition & 588 deletions dist/284.index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/284.index.js.map

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions dist/404.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/404.index.js.map

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions dist/419.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/419.index.js.map

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions dist/946.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/946.index.js.map

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions dist/98.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading