Skip to content

Commit ebc8f19

Browse files
committed
Pin multi-labeler github action to stable version
1 parent 6f8b748 commit ebc8f19

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)