Skip to content

Commit

Permalink
Move if block to last block
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbond-msft committed Aug 6, 2024
1 parent 9cbe7c9 commit fd5a8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rebase-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
contents: read
security-events: write
id-token: write # The rebase-action template being invoked requires this permission
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '@gitbot rebase')
uses: xamarin/rebase-bot-action/.github/workflows/rebase-action.yml@v2.0
with:
pull_request_url: ${{ github.event.issue.pull_request.url }}
Expand All @@ -29,3 +28,5 @@ jobs:
ado_project: ${{ secrets.ADO_PROJECT }}
rebase_pipeline_id: ${{ secrets.REBASE_PIPELINEID }}
github_account_pat: ${{ secrets.SERVICEACCOUNT_PAT }}
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '@gitbot rebase')

0 comments on commit fd5a8f4

Please sign in to comment.