Skip to content

Commit

Permalink
File sync from EdgeApp/edge-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Feb 2, 2022
1 parent 62a1262 commit 6904062
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
if: >-
github.event.issue.pull_request != '' &&
(
contains(github.event.comment.body, '/rebase') ||
contains(github.event.comment.body, '/autosquash')
contains(github.event.comment.body, '/autosquash') ||
contains(github.event.comment.body, '/fixup') ||
contains(github.event.comment.body, '/rebase')
)
runs-on: ubuntu-latest
steps:
Expand All @@ -21,6 +22,6 @@ jobs:
- name: Automatic Rebase
uses: samholmes/rebase@autosquash
with:
autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
autosquash: ${{ true }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6904062

Please sign in to comment.