We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb5c69 commit 4288b61Copy full SHA for 4288b61
.github/workflows/issue-bot.yml
@@ -166,7 +166,7 @@ jobs:
166
exit_code="$?"
167
168
if [[ "$exit_code" == "2" ]]; then
169
- echo "##[info]Issue bot detected open issues which are affected by this pull request - see Issue bot job summary."
+ echo "::notice::Issue bot detected open issues which are affected by this pull request - see Issue bot job summary."
170
exit 0
171
fi
172
0 commit comments