Skip to content

Commit c4e4028

Browse files
committed
improve and simplify the positive feedback
Signed-off-by: M. Fatih Cırıt <[email protected]>
1 parent 9b86eb6 commit c4e4028

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/require-label.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
id: check-for-label
2121
if: contains(github.event.pull_request.labels.*.name, inputs.label)
2222
run: |
23-
echo "::notice::Checking for label '${{ inputs.label }}'..."
2423
echo "result=true" >> $GITHUB_OUTPUT
25-
echo "### Required label '${{ inputs.label }}' is present." >> $GITHUB_STEP_SUMMARY
24+
echo "::notice::✅ The label is present: '${{ inputs.label }}'"
2625
shell: bash
2726

2827
- name: Fail if label is not present

0 commit comments

Comments
 (0)