build: Upgrade nodelinter to 1.16.2 (no-changelog) (#10779)
This commit is contained in:
@@ -75,7 +75,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
description:
|
||||
'The incident will be created on this service. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The incident will be created on this service. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Email',
|
||||
@@ -114,7 +114,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Incident Details',
|
||||
@@ -140,7 +140,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'The incident will be created on this service. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The incident will be created on this service. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Urgency',
|
||||
@@ -340,7 +340,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
},
|
||||
default: [],
|
||||
description:
|
||||
'Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Since',
|
||||
@@ -397,7 +397,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Until',
|
||||
@@ -499,7 +499,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Priority Name or ID',
|
||||
@@ -510,7 +510,7 @@ export const incidentFields: INodeProperties[] = [
|
||||
},
|
||||
default: '',
|
||||
description:
|
||||
'The incident will be created on this service. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The incident will be created on this service. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Resolution',
|
||||
|
||||
Reference in New Issue
Block a user