We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b299b commit 2f5199dCopy full SHA for 2f5199d
.github/workflows/block-changes.yml
@@ -26,6 +26,12 @@ jobs:
26
else
27
echo "CHANGES_DETECTED=false" >> $GITHUB_OUTPUT
28
fi
29
+ - name: Check for exemption for PR created by dot-org-content workflow
30
+ run: |
31
+ LABELS=$(jq -r '.pull_request.labels[].name' "$GITHUB_EVENT_PATH" || echo "")
32
+ echo $LABELS
33
+
34
35
- name: Generate PR comment if changes detected
36
if: steps.check_module_changes.outputs.CHANGES_DETECTED == 'true'
37
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
0 commit comments