Skip to content

build(deps): bump @fastify/cors from 8.4.0 to 8.5.0 #17

build(deps): bump @fastify/cors from 8.4.0 to 8.5.0

build(deps): bump @fastify/cors from 8.4.0 to 8.5.0 #17

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 Assigning
uses: gustavofreze/auto-assign@1.0.0
with:
assignees: "KuroXI"
github_token: ${{ secrets.GITHUB_TOKEN }}
allow_self_assign: true
allow_no_assignees: true
assignment_options: "ISSUE,PULL_REQUEST"