Skip to content

Bump whoami from 1.1.2 to 1.5.0 #45

Bump whoami from 1.1.2 to 1.5.0

Bump whoami from 1.1.2 to 1.5.0 #45

Workflow file for this run

name: Merge branch to test
on:
pull_request:
types: [labeled]
jobs:
merge-branch:
if: contains(github.event.pull_request.labels.*.name, 'merged to test')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Merge to test
uses: devmasx/merge-branch@master
with:
label_name: 'merged to test'
target_branch: 'test'
github_token: ${{ secrets.GITHUB_TOKEN }}