Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
name: "Trigger Incident",
description: "Trigger an incident. [See the docs here](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODE0MA-create-an-incident)",
type: "action",
version: "0.0.2",
version: "0.0.3",
props: {
pagerduty,
title: {
Expand Down Expand Up @@ -56,6 +56,7 @@ export default {
type: "string[]",
label: "Assignee IDs",
description: "The IDs of the users to assign to the incident. Use a comma-separated list when structured mode is `off` specifying the ids as values. (e.g. `P97DSQO,PWLDHXC,P1M4QLY`)",
optional: true,
propDefinition: [
pagerduty,
"userId",
Expand Down
2 changes: 1 addition & 1 deletion components/pagerduty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/pagerduty",
"version": "0.3.8",
"version": "0.3.9",
"description": "Pipedream Pagerduty Components",
"main": "pagerduty.app.mjs",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading