Skip to content

chore(deps-dev): bump express from 4.18.2 to 4.19.2 #74

chore(deps-dev): bump express from 4.18.2 to 4.19.2

chore(deps-dev): bump express from 4.18.2 to 4.19.2 #74

Workflow file for this run

name: Auto Assign
on:
pull_request:
types:
- opened
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Set build URL to commit status
run: |
curl \
--request POST \
--url https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.number }} \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
--data "{
\"assignees\": [\"${{ github.actor }}\"]
}"