Skip to content

Commit 69c82d3

Browse files
committed
fix(ci): ensure checkout is run on other jobs; label_pr
1 parent 472a050 commit 69c82d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/label_pr_on_title.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
needs: get_pr_details
2121
runs-on: ubuntu-latest
2222
steps:
23+
- name: Checkout repository
24+
uses: actions/checkout@v3
2325
- name: "Label PR based on title"
2426
uses: actions/github-script@v6
2527
env:

0 commit comments

Comments
 (0)