Browse Source

feat(actions): Automatic Rebase

pull/18977/head
orzyyyy 5 years ago
committed by 偏右
parent
commit
b87fc9526a
  1. 14
      .github/workflows/rebase.yml

14
.github/workflows/rebase.yml

@ -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 }}
Loading…
Cancel
Save