Browse Source

add rebase action

pull/207/head
butlerx 5 years ago
parent
commit
d35999c44c
No known key found for this signature in database GPG Key ID: B37CA765BAA89170
  1. 13
      .github/workflows/rebase.yml

13
.github/workflows/rebase.yml

@ -0,0 +1,13 @@
---
name: Automatic Rebase
on: issue_comment
jobs:
rebase:
name: Rebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading…
Cancel
Save