Skip to content

Commit

Permalink
[actions] add the Automatic Rebase action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 10, 2021
1 parent cdc3bab commit 4b6e9df
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Automatic Rebase

on: [pull_request_target]

jobs:
_:
name: "Automatic Rebase"

runs-on: ubuntu-latest

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

0 comments on commit 4b6e9df

Please sign in to comment.