Skip to content

⬆️ Update dorny/paths-filter action to v3 #37

⬆️ Update dorny/paths-filter action to v3

⬆️ Update dorny/paths-filter action to v3 #37

name: Fast-forward PR
on:
issue_comment:
types: [created]
jobs:
fast-forward:
name: Fast-forward PR
if: github.event.issue.pull_request != '' && github.event.comment.body == '/ff'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fast-forward PR
uses: endre-spotlab/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
success_message: '⏩ Merged the `source_head` branch as a fast-forward into the `target_base` branch'
failure_message: '🚫 Failed to merge the `source_head` branch as a fast-forward into the `target_base` branch'
production_branch: 'main'