There was an error while loading. Please reload this page.
1 parent 8fb27ca commit d603890Copy full SHA for d603890
2 files changed
.github/labeler.yml
@@ -1,3 +1,5 @@
1
-possible stability impact:
2
-- libfdo-data/fdo_data.h
3
-- libfdo-data/libfdo-data-go.doc
+"possible stability impact":
+ - changed-files:
+ - any-glob-to-any-file:
4
+ - "libfdo-data/fdo_data.h"
5
+ - "libfdo-data/libfdo-data-go.doc"
.github/workflows/labeler.yml
@@ -10,7 +10,12 @@ jobs:
10
triage:
11
runs-on: ubuntu-latest
12
steps:
13
+ - uses: actions/checkout@v4
14
+ with:
15
+ repository: "fdo-rs/fido-device-onboard-rs"
16
+ ref: ${{ github.event.pull_request.head.sha }}
17
- uses: actions/labeler@v5
18
with:
19
repo-token: "${{ secrets.GITHUB_TOKEN }}"
20
sync-labels: true
21
+ configuration-path: '.github/labeler.yml'
0 commit comments