README.md in gitlab-triage-1.43.2 vs README.md in gitlab-triage-1.44.0

- old
+ new

@@ -175,10 +175,11 @@ - [`state` condition](#state-condition) - [`votes` condition](#votes-condition) - [`labels` condition](#labels-condition) - [`forbidden_labels` condition](#forbidden-labels-condition) - [`no_additional_labels` condition](#no-additional-labels-condition) +- [`author_username` condition](#author-username-condition) - [`author_member` condition](#author-member-condition) - [`assignee_member` condition](#assignee-member-condition) - [`draft` condition](#draft-condition) - [`source_branch` condition](#source-branch-condition) - [`target_branch` condition](#target-branch-condition) @@ -485,9 +486,20 @@ ```yml conditions: labels: - feature proposal no_additional_labels: true +``` + +##### Author username condition + +Accepts the username to filter on. + +Example: + +```yml +conditions: + author_username: gitlab-bot ``` ##### Author Member condition This condition determines whether the author of a resource is a member of the specified group or project.