Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ticket event descriptions #192

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions continuous-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ This event represents a ticket that has been created within some ticketing syste

### [`ticket updated`](examples/ticket_updated.json)

This event represents a ticket that has been created within some ticketing system.
This event indicates that a ticket has been updated within some ticketing system.

- Event Type: __`dev.cdevents.ticket.updated.0.1.0-draft`__
- Predicate: updated
Expand All @@ -162,7 +162,7 @@ This event represents a ticket that has been created within some ticketing syste

### [`ticket closed`](examples/ticket_closed.json)

This event represents a ticket that has been created within some ticketing system.
This event indicates that a ticket has been closed or resolved within some ticketing system.

- Event Type: __`dev.cdevents.ticket.closed.0.1.0-draft`__
- Predicate: closed
Expand Down
Loading