Skip to content

Commit 5d8dffb

Browse files
authored
Fix label cleanup (#754)
Signed-off-by: Simon Davies <[email protected]>
1 parent 1e23ca0 commit 5d8dffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ReleaseBlockerLabelCleanUp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
remove-release-blocker:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Checkout code
16+
uses: actions/checkout@v4
1517
- name: Remove release-blocker label from closed issue
1618
run: |
1719
ISSUE_NUMBER=${{ github.event.issue.number }}

0 commit comments

Comments
 (0)