Skip to content

Commit

Permalink
feat(actions): Automatic Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy authored and afc163 committed Sep 25, 2019
1 parent b83f432 commit d85f6c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
issue_comment:
types: [created]
name: Automatic Rebase
jobs:
rebase:
name: Rebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Automatic Rebase
uses: cirrus-actions/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d85f6c8

Please sign in to comment.