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

build(deps-dev): Bump @rollup/plugin-alias from 3.1.2 to 5.1.0 #3013

build(deps-dev): Bump @rollup/plugin-alias from 3.1.2 to 5.1.0

build(deps-dev): Bump @rollup/plugin-alias from 3.1.2 to 5.1.0 #3013

name: 'Pull Request Labeler'
on:
pull_request:
types: [labeled]
jobs:
pull_request_labeler:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: ./tools/pull-request-labeler
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'