| |
| | `branch` | `BranchName`|
|
| |
| | `tip` | `Oid` |
|
| |
|
| + |
## `TagCreated`
|
| + |
|
| + |
An annotated Git tag has been created.
|
| + |
|
| + |
| Event | fields | field types |
|
| + |
|:----------------|:--------------------|:------------|
|
| + |
| `TagCreated` | `from_node` | `NodeId` |
|
| + |
| | `repo` | `RepoId` |
|
| + |
| | `tag_name` | `RefString` |
|
| + |
| | `tip` | `Oid` |
|
| + |
|
| + |
## `TagUpdated`
|
| + |
|
| + |
An annotated Git tag has been updated.
|
| + |
|
| + |
| Event | fields | field types |
|
| + |
|:----------------|:------------|:------------|
|
| + |
| `TagUpdated` | `from_node` | `NodeId` |
|
| + |
| | `repo` | `RepoId` |
|
| + |
| | `tag_name` | `RefString` |
|
| + |
| | `tip` | `Oid` |
|
| + |
| | `old_tip` | `Oid` |
|
| + |
|
| + |
## `TagDeleted`
|
| + |
|
| + |
An annotated Git tag has been deleted.
|
| + |
|
| + |
| Event | fields | field types |
|
| + |
|:----------------|:------------|:------------|
|
| + |
| `TagDeleted` | `from_node` | `NodeId` |
|
| + |
| | `repo` | `RepoId` |
|
| + |
| | `tag_name` | `RefString` |
|
| + |
| | `tip` | `Oid` |
|
| + |
|
| |
## `PatchCreated`
|
| |
|
| |
A patch has been created.
|
| |
| `BranchCreated` | Branch was created |
|
| |
| `BranchDeleted` | Branch was deleted |
|
| |
| `BranchUpdated` | Branch was updated |
|
| + |
| `TagCreated` | Annotated tag was created |
|
| + |
| `TagDeleted` | Annotated tag was deleted |
|
| + |
| `TagUpdated` | Annotated tag was updated |
|
| |
| `Branch` | Event refers to a specific Git branch |
|
| |
| `DefaultBranch` | Event refers to a default branch of the repository |
|
| |
| `Deny` | Changes is not allowed |
|