We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b86eb6 commit c4e4028Copy full SHA for c4e4028
.github/workflows/require-label.yaml
@@ -20,9 +20,8 @@ jobs:
20
id: check-for-label
21
if: contains(github.event.pull_request.labels.*.name, inputs.label)
22
run: |
23
- echo "::notice::Checking for label '${{ inputs.label }}'..."
24
echo "result=true" >> $GITHUB_OUTPUT
25
- echo "### Required label '${{ inputs.label }}' is present." >> $GITHUB_STEP_SUMMARY
+ echo "::notice::✅ The label is present: '${{ inputs.label }}'"
26
shell: bash
27
28
- name: Fail if label is not present
0 commit comments