Skip to content

Commit d603890

Browse files
ci: fix pull request labeler workflow
1 parent 8fb27ca commit d603890

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/labeler.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
possible stability impact:
2-
- libfdo-data/fdo_data.h
3-
- libfdo-data/libfdo-data-go.doc
1+
"possible stability impact":
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- "libfdo-data/fdo_data.h"
5+
- "libfdo-data/libfdo-data-go.doc"

.github/workflows/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
triage:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v4
14+
with:
15+
repository: "fdo-rs/fido-device-onboard-rs"
16+
ref: ${{ github.event.pull_request.head.sha }}
1317
- uses: actions/labeler@v5
1418
with:
1519
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1620
sync-labels: true
21+
configuration-path: '.github/labeler.yml'

0 commit comments

Comments
 (0)