Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#3) Adds Discord Notification Plugin #25

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

JPRuskin
Copy link

@JPRuskin JPRuskin commented Apr 6, 2023

Description

Adds a Discord notification plugin, similar to the Gitter implementation.

Motivation and Context

We use Discord as one of the methods of communicating with maintainers of chocolatey-au using packages. Having this hook will enable us to react more quickly to package failures, and be aware of successful updates.

What has been implemented

Has two options for posting, a simple text output identical to the default Gitter notification and a more complex Discord-specific card.

Examples of output:
image

  • First is the simple output
  • Second is the "no failures" card output
  • Third is the "failures" card output

How has this been tested?

  • Tested against a channel in Discord, but not during a full cAU run

The only thing I'm particularly unsure about is if Parameter(Mandatory) will throw a wobbler, or how AU calls these things. I intended to ask KN.

Types of Changes

  • New feature (non-breaking change which adds functionality)

Fixes #3.

@JPRuskin JPRuskin self-assigned this Apr 6, 2023
Adds a Discord notification plugin, similar to the Gitter implementation.

Has two options for posting, a simple text output identical to the default Gitter notification and a more complex Discord-specific card.
@corbob corbob force-pushed the addsDiscordNotificationPlugin branch from 8071f5b to be245be Compare March 24, 2024 21:33
@corbob corbob changed the base branch from master to develop March 24, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discord Notification Plugin
1 participant