Skip to content

Commit 1afb2b1

Browse files
authored
Merge pull request #82502 from sparr/fix_multi_labeler
Pin multi-labeler github action to stable version
2 parents 70843e6 + ebc8f19 commit 1afb2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/summary-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: fuxingloh/multi-labeler@main
12+
- uses: fuxingloh/multi-labeler@v4.0.0
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
1515
config-path: '.github/summary-labels.yml'

0 commit comments

Comments
 (0)