Skip to content

⬆️ Bump the npm_and_yarn group across 1 directories with 4 updates #20

⬆️ Bump the npm_and_yarn group across 1 directories with 4 updates

⬆️ Bump the npm_and_yarn group across 1 directories with 4 updates #20

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request
- pull_request_review
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Label all PRs
uses: actions/labeler@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Label approved PRs
uses: koj-co/label-approved-action@master
with:
labels: "merge"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"