Skip to content

Commit

Permalink
docs: add github repository issue created subtrigger params (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds authored Nov 29, 2024
1 parent 2cc781e commit 029cd14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/docs/configs/triggers/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Triggered when a new Issue is created in repository from trigger.
- `type` - sub-trigger type, should be `repository_issue_created`.
- `include_author` - list of authors to include.
- `exclude_author` - list of authors to exclude.
- `include_title` - list of titles to include.
- `exclude_title` - list of titles to exclude.
- `include_title_regex` - list of title regex checks to include.
- `exclude_title_regex` - list of title regex checks to exclude.

### Repository PR created

Expand Down

0 comments on commit 029cd14

Please sign in to comment.