Skip to content

Commit c42db71

Browse files
author
Chris Yang
authored
Update pull_request_label.yml (flutter#3647)
1 parent 4155c43 commit c42db71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request_label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
label:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/labeler@v3
19+
- uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95
2020
with:
2121
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2222
sync-labels: true
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event.action == 'closed' && github.event.pull_request.merged == true
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/labeler@v3
28+
- uses: actions/labeler@9794b1493b6f1fa7b006c5f8635a19c76c98be95
2929
with:
3030
repo-token: "${{ secrets.GITHUB_TOKEN }}"
3131
configuration-path: .github/post_merge_labeler.yml

0 commit comments

Comments
 (0)