github.com/quay/claircore@v1.5.28/.github/workflows/fast-forward.yml (about) 1 --- 2 name: Fast Forward 3 on: 4 issue_comment: 5 types: [created, edited] 6 jobs: 7 fast-forward: 8 # Only run if the comment contains the /fast-forward command. 9 if: ${{ contains(github.event.comment.body, '/fast-forward') 10 && github.event.issue.pull_request }} 11 runs-on: ubuntu-latest 12 13 permissions: 14 contents: write 15 pull-requests: write 16 issues: write 17 18 steps: 19 - name: Fast forwarding 20 uses: sequoia-pgp/fast-forward@v1 21 with: 22 merge: true 23 comment: on-error