mattermost-community/mattermost-plugin-circleci

Check that project exists before subscribing channel

Open

#70 opened on Mar 5, 2021

 (0 comments) (0 reactions) (0 assignees)Go (6 forks)auto 404
Good First IssueHacktoberfestHelp WantedTech/GoType/BugUp For Grabs

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the bug

In plugin/subscribe.go executeSubscribeChannel, we should check that the project exists before creating the subscription to provide a clear error message to the user if the project doesn't exist.

Contributor guide