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

Update action to exit when msg is empty #4

Merged
merged 4 commits into from
Feb 17, 2020
Merged

Update action to exit when msg is empty #4

merged 4 commits into from
Feb 17, 2020

Conversation

cpanato
Copy link
Contributor

@cpanato cpanato commented Jan 14, 2020

Summary

if Text or Attachments are empty exit without failing

first part to fix mattermost/mattermost-developer-documentation#496 (comment)

Copy link
Contributor

@hanzei hanzei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix 👍

Two comment from my side, but none is blocking

github.com/pkg/errors v0.9.0
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you generate the file? Are the indirect imports needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i can build it again

go 1.13

require (
github.com/mattermost/mattermost-server/v5 v5.3.2-0.20200114132950-e77ef9733c97
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did you generate this line? I was expecting it to look like https://github.com/mattermost/mattermost-plugin-jira/blob/master/go.mod#L11

@hanzei hanzei added the 2: Dev Review Requires review by a core committer label Jan 15, 2020
Copy link
Member

@lieut-data lieut-data left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No objections beyond @hanzei's concerns.

@hanzei hanzei added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Jan 21, 2020
@cpanato cpanato merged commit d6c3f09 into master Feb 17, 2020
@cpanato cpanato deleted the update_action branch February 17, 2020 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants