Skip to content

Bump express from 4.19.2 to 4.21.0 #29

Bump express from 4.19.2 to 4.21.0

Bump express from 4.19.2 to 4.21.0 #29

Workflow file for this run

name: Merge PR to Testing Branch
permissions:
contents: write
pull-requests: write
on:
pull_request:
branches:
- master
- main
types:
- opened
- reopened
- synchronize
jobs:
merge-pr:
runs-on: ubuntu-latest
steps:
- name: Checks out code
uses: actions/checkout@v3
- name: Merge PR to Testing Branch
uses: solenova-tech/[email protected]
with:
target-branch: 'staging'