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

build(deps): bump mongodb and mongoose in /prompts #19

build(deps): bump mongodb and mongoose in /prompts

build(deps): bump mongodb and mongoose in /prompts #19

Workflow file for this run

name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.event.pull_request.user.login }}