Skip to content

Commit b13759f

Browse files
committed
fix(infra): add checkout step to pr-labeler workflow and fix config path
1 parent 51fa1bd commit b13759f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr_labeler_title.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23+
- name: Checkout repository
24+
uses: actions/checkout@v4
25+
2326
- name: Label PR based on title
2427
# Archived repo; latest commit (v0.1.0)
2528
uses: grafana/pr-labeler-action@f19222d3ef883d2ca5f04420fdfe8148003763f0
2629
with:
2730
token: ${{ secrets.GITHUB_TOKEN }}
28-
configuration-path: .github/pr-labeler.yml
31+
configuration-path: .github/pr-title-labeler.yml

0 commit comments

Comments
 (0)