Browse Source

update rebase action

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

7
.github/workflows/rebase.yml

@ -1,13 +1,16 @@
---
name: Automatic Rebase
on: issue_comment
on:
issue_comment:
types: [created]
jobs:
rebase:
name: Rebase
if: contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.0
uses: cirrus-actions/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.node_github_token }}

Loading…
Cancel
Save