Skip to content

build(deps): bump the dependencies group with 3 updates #129

build(deps): bump the dependencies group with 3 updates

build(deps): bump the dependencies group with 3 updates #129

Workflow file for this run

name: Auto Assign
on:
issues:
types:
- opened
- reopened
pull_request_target:
types:
- opened
- reopened
permissions:
issues: write
pull-requests: write
env:
REPOSITORY_OWNER: OpenUp-LabTakizawa
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Auto-assign issue
if: github.repository_owner == env.REPOSITORY_OWNER
uses: pozil/auto-assign-issue@v1
with:
assignees: HaradaTakayuki,kazutan1230,Marukome0743,tanePON
numOfAssignee: 1
abortIfPreviousAssignees: true