Skip to content

feat(docs): init template #42

feat(docs): init template

feat(docs): init template #42

Workflow file for this run

name: PR Fast-forward Merge
on:
issue_comment:
types: [created, edited]
env:
GITHUB_ACTOR: ${{ vars.FAST_FORWARD_ACTOR }}
GITHUB_TOKEN: ${{ secrets.FAST_FORWARD_PAT }}
jobs:
fast-forward:
if: ${{ contains(github.event.comment.body, '/fast-forward') && github.event.issue.pull_request }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- name: fast-forward merge
uses: sequoia-pgp/fast-forward@042cd23fbf9d5ed1400497a106c8abe4b45408ab # ratchet:sequoia-pgp/fast-forward@main
with:
merge: true
comment: on-error