Skip to content

Commit bf40501

Browse files
authored
Update labeler.yml (#83)
* Update labeler.yml * Update labeler.yml - 2nd attempt at a fix * revert labeler action bump
1 parent 22b4f5e commit bf40501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This configures the .github/workflows/pull_request_label.yml workflow.
22

33
'type-infra':
4-
- '.github/**'
4+
- .github/**
55

66
'package:c_compiler':
77
- pkgs/c_compiler/**/*

.github/workflows/pull_request_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/labeler@4f052778de9a9b80cb16cfb9079b02287285a4cb
19+
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594
2020
with:
2121
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2222
sync-labels: true

0 commit comments

Comments
 (0)