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
274 changes: 140 additions & 134 deletions 1-starter/code/package-lock.json

Large diffs are not rendered by default.

274 changes: 140 additions & 134 deletions 10-vacation-responder/code/package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions 10-vacation-responder/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: "Respond with a custom message when on vacation"

service_account:
display_name: Vacation Responder Bot
scopes:
self:

# Add input values
inputs:
Expand Down
274 changes: 140 additions & 134 deletions 11-hook-example/code/package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions 11-hook-example/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: Gets information about a revorg from an account.

service_account:
display_name: 'RevOrg Bot'
scopes:
self:

inputs:
organization:
Expand Down
274 changes: 140 additions & 134 deletions 12-csat/code/package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions 12-csat/manifest_conv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "Capture the satisfaction level for customer conversations on PLuG

service_account:
display_name: "DevRev Bot"
scopes:
self:

event-sources:
- name: devrev-webhook
Expand Down
2 changes: 2 additions & 0 deletions 12-csat/manifest_tkt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "Capture the satisfaction level for customer tickets on support por

service_account:
display_name: "DevRev Bot"
scopes:
self:

event-sources:
- name: devrev-webhook
Expand Down
2 changes: 2 additions & 0 deletions 13-keyring-type/custom-keyring-type-oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "Creating custom keyring type for GitLab OAuth connection"
# This is the name displayed in DevRev where the Snap-In takes actions using the token of this service account.
service_account:
display_name: DevRev Bot
scopes:
self:

# Developer keyrings are used to store sensitive information like OAuth secrets.
developer_keyrings:
Expand Down
2 changes: 2 additions & 0 deletions 13-keyring-type/reference-keyring-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "Creating the keyring type for Slack connection with reference to t
# This is the name displayed in DevRev where the Snap-In takes actions using the token of this service account.
service_account:
display_name: DevRev Bot
scopes:
self:

# Developer keyrings are used to store sensitive information like OAuth secrets.
developer_keyrings:
Expand Down
Loading
Loading