Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Fix syntax error in Teams notifications #271

Merged
merged 1 commit into from
May 1, 2021
Merged

Fix syntax error in Teams notifications #271

merged 1 commit into from
May 1, 2021

Conversation

MrSaints
Copy link
Contributor

There was a trailing comma at the end of the condition fact value
which made the JSON syntactically invalid causing notifications
to not be handled / published.

@CLAassistant
Copy link

CLAassistant commented Apr 28, 2021

CLA assistant check
All committers have signed the CLA.

There was a trailing comma at the end of the condition fact value
which made the JSON syntactically invalid causing notifications
to not be handled / published.
@codecov
Copy link

codecov bot commented May 1, 2021

Codecov Report

Merging #271 (1944d7f) into master (1a9d8e5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #271   +/-   ##
=======================================
  Coverage   60.37%   60.37%           
=======================================
  Files          13       13           
  Lines         636      636           
=======================================
  Hits          384      384           
  Misses        182      182           
  Partials       70       70           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a9d8e5...1944d7f. Read the comment docs.

Copy link
Member

@ryota-sakamoto ryota-sakamoto left a comment

Choose a reason for hiding this comment

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

LGTM, Thank you @MrSaints

@ryota-sakamoto ryota-sakamoto merged commit 567fe2a into argoproj-labs:master May 1, 2021
@MrSaints MrSaints deleted the fix-teams-notifications branch May 1, 2021 17:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants