Skip to content

Commit

Permalink
Create rebase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
auredentan authored Sep 21, 2020
1 parent 49644ab commit 9945b86
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/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.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9945b86

Please sign in to comment.