Skip to content

0.131.3 - funktioniert seit 0.131.0 nicht mehr #343

0.131.3 - funktioniert seit 0.131.0 nicht mehr

0.131.3 - funktioniert seit 0.131.0 nicht mehr #343

Workflow file for this run

name: Rebase
on:
issue_comment:
types: [created]
jobs:
rebase:
name: Rebase
runs-on: ubuntu-latest
if: |
github.event.issue.pull_request != ''
&& contains(github.event.comment.body, '/rebase')
&& (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER')
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}