Skip to content

chore(deps-dev): bump the npm_and_yarn at /. security update group with 1 update #27

chore(deps-dev): bump the npm_and_yarn at /. security update group with 1 update

chore(deps-dev): bump the npm_and_yarn at /. security update group with 1 update #27

Workflow file for this run

name: Auto Assign
on:
pull_request_target:
types: [opened, reopened]
jobs:
# Automatically adds the PR creator as the assignee on the PR
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"