Skip to content

Commit

Permalink
Automatic rebase (#96)
Browse files Browse the repository at this point in the history
* Update travis

* Test with stable instead of beta

* Add automatic rebase workflow
  • Loading branch information
imbhargav5 authored Sep 3, 2019
1 parent de5f13e commit 4ffb357
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/automatic-rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: issue_comment
name: Automatic Rebase
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 }}

0 comments on commit 4ffb357

Please sign in to comment.