Skip to content

Commit 1a6233d

Browse files
ci: use new pull-request-labeling action (#31307)
Use the pull-request-labeling action which replaced the commit-message-based-labeling action.
1 parent 3d94ab7 commit 1a6233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fd57e38fdd95d2d145adb87a1ff0cbbc231316bc
15+
- uses: angular/dev-infra/github-actions/pull-request-labeling@3a765b303ce300f607b658abd4eb8a981bc7277f
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:

0 commit comments

Comments
 (0)