You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dashboardLink="[Stryker.NET](https://stryker-mutator.io/docs/stryker-net/introduction/) mutation tested the changes in the pull request: \n$mutationBadge"
173
+
echo "Search for comment in PR#$prNumber containing $mutationBadge..."
173
174
result=$(curl -X GET $commentsUrl \
174
175
-H "Content-Type: application/json" \
175
176
-H "Authorization: token $GITHUB_TOKEN")
176
-
if [[ $result != *"$dashboardLink"* ]]
177
+
if [[ $result != *"$mutationBadge"* ]]
177
178
then
178
-
body="{\"body\":\"Please check the attached Stryker dashboards on the build pipeline.\"}"
0 commit comments