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 20, 2019
1 parent c2e6d6a commit 97b1229
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rebase.yml
@@ -0,0 +1,15 @@
name: Automatic Rebase

on: [pull_request]

jobs:
_:
name: "Automatic Rebase"

runs-on: ubuntu-latest

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

0 comments on commit 97b1229

Please sign in to comment.