mjsax commented on code in PR #21168:
URL: https://github.com/apache/kafka/pull/21168#discussion_r2628208516
##########
.github/workflows/build.yml:
##########
@@ -33,23 +33,23 @@ on:
jobs:
configure:
runs-on: ubuntu-latest
- name: Configure Workflow
+ name: Configure Workflow 🔧
outputs:
is-draft: ${{ steps.check-draft-pr.outputs.is-draft }}
test-catalog-days: ${{ steps.configure-outputs.outputs.days }}
sha: ${{ steps.configure-outputs.outputs.sha }}
steps:
- - name: Env
+ - name: Env 📊
run: printenv
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
- - name: Check for Draft PR
+ - name: Check for Draft PR 📝
id: check-draft-pr
if: |
github.event_name == 'pull_request' &&
github.event.pull_request.draft
run: echo "is-draft=true" >> "$GITHUB_OUTPUT"
- - name: Configure Outputs
+ - name: Configure Outputs ⚙️
Review Comment:
Personally, I would not add this. :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]