Bump axios and pm2 #46
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |