Skip to content

chore(deps-dev): bump vite from 5.3.5 to 5.4.7 #3

chore(deps-dev): bump vite from 5.3.5 to 5.4.7

chore(deps-dev): bump vite from 5.3.5 to 5.4.7 #3

Workflow file for this run

name: FastForward
on:
issue_comment:
types: [created]
jobs:
fast_forward_job:
name: Fast Forward
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/merge')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- 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: 'Unable to merge, is this PR ready and approved ?'