pandaswhocode/Rootly Incident Action
Create an incident using the Rootly REST API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 2, 2026
- License
- Apache 2.0
Pinned Snippet
uses: pandaswhocode/rootly-incident-action@87edce980bd388f84bff5050f4daa430e2ceb03b # v2.1.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | The API token to use for authentication with Rootly. | yes | — |
| title | The title of the incident. | yes | My Incident Title |
| kind | The kind of incident to create. One of 'test', 'test_sub', 'example', 'example_sub', 'normal', 'normal_sub', 'backfilled', 'scheduled'. | no | normal |
| parent_incident_id | The ID of the parent incident, if any. | no | — |
| duplicate_inicident_id | The ID of the incident to mark as duplicate, if any. | no | — |
| create_public_incident | Set to true to create a public incident. | no | false |
| summary | The summary of the incident. | no | — |
| user_email | The email of the user to attach to the incident. | — | — |
| url | The URL of the incident. | no | — |
| severity | The severity of the incident. | yes | — |
| alert_ids | Comma-separated list of alert IDs to link to the incident. | no | — |
| environments | The comma-separated names of the environments to create the incident for. | no | — |
| incident_types | The comma-separated names of the incident types to create the incident for. | no | — |
| services | The comma-separated names of the services to create the incident for. | no | — |
| functionalities | The comma-separated names of the functionalities to create the incident for. | no | — |
| teams | The comma-separated names of the teams to create the incident for. | no | — |
| causes | The comma-separated names of the causes to create the incident for. | no | — |
| labels | A comma-separated list of key:value pairs to create the alert for. | no | — |
| slack_channel_name | The name of the Slack channel to post updates to. | no | — |
| slack_channel_id | The ID of the Slack channel to post updates to. | no | — |
| slack_channel_url | The URL of the Slack channel to post updates to. | no | — |
| google_drive_parent_id | The Google Drive parent ID to create the incident document in. | no | — |
| google_drive_url | The URL of the Google Drive document for the incident. | no | — |
| notify_emails | Comma-separated list of email addresses to notify about the incident. | no | — |
Outputs
| name | description |
|---|---|
| incident-id | The ID of the created incident for API usage. |