We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478b27a commit b0c545eCopy full SHA for b0c545e
1 file changed
.github/workflows/label-validation.yml
@@ -23,10 +23,8 @@ jobs:
23
import os
24
25
# Print all PR labels
26
- # labels_json = '${{ toJson(github.event.pull_request.labels) }}'
27
print(f"All PR labels JSON: ${{ toJson(github.event.pull_request.labels) }}")
28
29
- # labels = '${{ github.event.pull_request.labels }}'
30
print(f"All PR labels: ${{ github.event.pull_request.labels }}")
31
32
labels = json.loads('${{ toJson(github.event.pull_request.labels) }}')
0 commit comments