Commit e3aa9d49 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'djensen-document-event-action-type-explanations' into 'master'

Add Event action explanations to docs

See merge request gitlab-org/gitlab!64135
parents 62b9a84c e93c8573
...@@ -10,20 +10,52 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -10,20 +10,52 @@ info: To determine the technical writer assigned to the Stage/Group associated w
### Action Types ### Action Types
Available action types for the `action` parameter are: Available types for the `action` parameter, and the resources that might be affected:
- `approved` - `approved`
- `created` - Merge request
- `updated`
- `closed` - `closed`
- `reopened` - Epic
- `pushed` - Issue
- `commented` - Merge request
- `merged` - Milestone
- `joined` - `commented` on any `Noteable` record.
- `left` - Alert
- Commit
- Design
- Issue
- Merge request
- Snippet
- `created`
- Design
- Epic
- Issue
- Merge request
- Milestone
- Project
- Wiki page
- `destroyed` - `destroyed`
- Design
- Milestone
- Wiki page
- `expired` - `expired`
- Project membership
- `joined`
- Project membership
- `left`
- Project membership
- `merged`
- Merge request
- `pushed` commits to (or deleted commits from) a repository, individually or in bulk.
- Project
- `reopened`
- Epic
- Issue
- Merge request
- Milestone
- `updated`
- Design
- Wiki page
Note that these options are in lower case. Note that these options are in lower case.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment