Skip to content

Commit 6451e07

Browse files
Add debugging to the PR labeler CI flow (#1155)
## Type of Change - [x] Bug fix ## Motivation and Context The PR labeler workflow has been failing for a while but it's difficult to know how to fix it since the PR labeler workflow is run from main (aka NOT the current PR branch) for security reasons. Example at https://github.com/apple/container/actions/runs/21690229300/workflow
1 parent 8fdfa29 commit 6451e07

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pr-label-apply.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ jobs:
2929
run-id: ${{ github.event.workflow_run.id }}
3030
pattern: pr-metadata-*
3131
merge-multiple: false
32-
continue-on-error: true
3332
id: download-artifact
33+
34+
- name: Debug workspace contents
35+
run: |
36+
echo "Workspace contents:"
37+
ls -R
3438
3539
- name: Read PR number
3640
id: pr-number

0 commit comments

Comments
 (0)