Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

build(deps-dev): Bump @angular/language-service from 16.2.2 to 17.1.0 #1794

build(deps-dev): Bump @angular/language-service from 16.2.2 to 17.1.0

build(deps-dev): Bump @angular/language-service from 16.2.2 to 17.1.0 #1794

Workflow file for this run

name: 'Cherry picker'
on:
pull_request:
types: [closed]
jobs:
cherry_picker:
runs-on: ubuntu-latest
steps:
- name: Checkout
if:
github.event_name == 'pull_request' && github.event.action == 'closed'
&& github.event.pull_request.merged == true
uses: actions/checkout@v1
with:
ref: master
- uses: ./tools/cherry-picker/
if:
github.event_name == 'pull_request' && github.event.action == 'closed'
&& github.event.pull_request.merged == true
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'