We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fa1bd commit b13759fCopy full SHA for b13759f
.github/workflows/pr_labeler_title.yml
@@ -20,9 +20,12 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
+ - name: Checkout repository
24
+ uses: actions/checkout@v4
25
+
26
- name: Label PR based on title
27
# Archived repo; latest commit (v0.1.0)
28
uses: grafana/pr-labeler-action@f19222d3ef883d2ca5f04420fdfe8148003763f0
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
- configuration-path: .github/pr-labeler.yml
31
+ configuration-path: .github/pr-title-labeler.yml
0 commit comments