Skip to content

Commit

Permalink
[actions] add automatic rebasing / merge commit blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 15, 2019
1 parent 1b51f49 commit e599917
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/rebase.yml
@@ -0,0 +1,16 @@
name: Automatic Rebase

on: [pull_request]

jobs:
_:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
with:
ref: action
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e599917

Please sign in to comment.