Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samcontesse committed Feb 13, 2022
1 parent 68886ab commit be468e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ resources:
* `concourse_url`: When set, this url will be used to override `ATC_EXTERNAL_URL` during commit status updates. No set default.
* `pipeline_name`(string): When set, this url will be used to override `BUILD_PIPELINE_NAME` during commit status updates.
* `labels`(string[]): Filter merge requests by label`[]`
* `paths` (string[]): Include merge request if one of the modified file matches a path pattern (glob). Default: include all.
* `ignore_paths` (string[]): Exclude merge request if one of the modified files matches a path pattern (glob). Default: exclude none.
* `target_branch`(string): Filter merge requests by target_branch. Default is empty string.
* `source_branch`(string): Filter merge requests by source_branch. Default is empty string.
* `sort` (string): Merge requests sorting order, either `asc` (default) or `desc` to reverse.
Expand Down

0 comments on commit be468e7

Please sign in to comment.