Skip to content

Commit b859916

Browse files
no message
1 parent b53007d commit b859916

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-request-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
if [ "${{ github.event.pull_request.user.id == '4849482' }}" == "true" ]; then
2020
echo "run=false" >> $GITHUB_OUTPUT
21-
echo "Skipping auto-review request - repository owner PR"
21+
echo "::notice::Skipping auto-review request - repository owner PR"
2222
else
2323
echo "run=true" >> $GITHUB_OUTPUT
2424
fi

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
if [ "${{ github.event.pull_request.user.id == '41898282' }}" == "true" ]; then
2020
echo "run=false" >> $GITHUB_OUTPUT
21-
echo "Skipping CI checks - release-please PR"
21+
echo "::notice::Skipping CI checks - release-please PR"
2222
else
2323
echo "run=true" >> $GITHUB_OUTPUT
2424
fi

.github/workflows/sloth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
if [ "${{ github.event.pull_request.user.id == '41898282' }}" == "true" ]; then
2121
echo "run=false" >> $GITHUB_OUTPUT
22-
echo "Skipping Sloth - release-please PR"
22+
echo "::notice::Skipping Sloth - release-please PR"
2323
else
2424
echo "run=true" >> $GITHUB_OUTPUT
2525
fi

0 commit comments

Comments
 (0)