Skip to content

build(deps-dev): bump @loopback/testlab from 5.0.2 to 6.1.4 #28

build(deps-dev): bump @loopback/testlab from 5.0.2 to 6.1.4

build(deps-dev): bump @loopback/testlab from 5.0.2 to 6.1.4 #28

Workflow file for this run

name: Fast-Forward PR
on:
issue_comment:
types: [created, edited]
jobs:
fast_forward_job:
name: Fast Forward
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/promote')
runs-on: ubuntu-latest
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout code into workspace directory
uses: actions/checkout@v2
with:
fetch-depth: 0
# Basic use case example
- name: Fast Forward PR
id: ff-action
uses: endre-spotlab/fast-forward-js-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
success_message: 'Success! Fast forwarded ***target_base*** to ***source_head***! ```git checkout target_base && git merge source_head --ff-only``` '
failure_message: 'Failed! Cannot do fast forward!'
staging_branch: 'staging'
production_branch: 'production'