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 22b4f5e commit bf40501Copy full SHA for bf40501
.github/labeler.yml
@@ -1,7 +1,7 @@
1
# This configures the .github/workflows/pull_request_label.yml workflow.
2
3
'type-infra':
4
- - '.github/**'
+ - .github/**
5
6
'package:c_compiler':
7
- pkgs/c_compiler/**/*
.github/workflows/pull_request_label.yml
@@ -16,7 +16,7 @@ jobs:
16
pull-requests: write
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/labeler@4f052778de9a9b80cb16cfb9079b02287285a4cb
+ - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594
20
with:
21
repo-token: "${{ secrets.GITHUB_TOKEN }}"
22
sync-labels: true
0 commit comments