Skip to content

Bump express from 4.17.1 to 4.21.0 in /create/new_project/demos/btc_eth #2301

Bump express from 4.17.1 to 4.21.0 in /create/new_project/demos/btc_eth

Bump express from 4.17.1 to 4.21.0 in /create/new_project/demos/btc_eth #2301

Workflow file for this run

name: Assign PR to creator
on: pull_request
jobs:
automation:
runs-on: ubuntu-latest
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected]
if: github.event_name == 'pull_request' && github.event.action == 'opened'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}