Skip to content

Commit

Permalink
Update rebase.yml (ultralytics#5245)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Oct 19, 2021
1 parent dafbd67 commit 89b0517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Automatic Rebase
# https://github.com/marketplace/actions/automatic-rebase

name: Automatic Rebase
on:
issue_comment:
types: [created]

jobs:
rebase:
name: Rebase
Expand All @@ -14,8 +13,9 @@ jobs:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.3.1
uses: cirrus-actions/rebase@1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 89b0517

Please sign in to comment.