Skip to content

Commit

Permalink
Add SlackChannelType
Browse files Browse the repository at this point in the history
[changelog:added]
  • Loading branch information
cdupuis committed Mar 11, 2020
1 parent 6ebe883 commit 7c72628
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/decorators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,19 @@ export const MappedParameters = {

SlackChannel: "atomist://slack/channel",
SlackChannelName: "atomist://slack/channel_name",
SlackChannelType: "atomist://slack/channel_type",
SlackTeam: "atomist://slack/team",
SlackUser: "atomist://slack/user",
SlackUserName: "atomist://slack/user_name",

AtomistWebhookUrlBase: "atomist://base_webhook_url",
};

export enum SlackChannelType {
Channel = "channel",
User = "user",
}

export const Secrets = {
OrgToken: "github://org_token",
UserToken: "github://user_token",
Expand Down

0 comments on commit 7c72628

Please sign in to comment.