Skip to content

Commit 2f5199d

Browse files
committed
DUMMY
1 parent 73b299b commit 2f5199d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/block-changes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
else
2727
echo "CHANGES_DETECTED=false" >> $GITHUB_OUTPUT
2828
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+
2935
- name: Generate PR comment if changes detected
3036
if: steps.check_module_changes.outputs.CHANGES_DETECTED == 'true'
3137
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1

0 commit comments

Comments
 (0)