Skip to content
Snippets Groups Projects
Unverified Commit b30c4500 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Update auto-backport.yml (#23328)

parent 518e12a6
No related branches found
No related tags found
No related merge requests found
......@@ -61,10 +61,10 @@ jobs:
if: ${{ steps.create_backport_pull_request.outputs.has-conflicts == 'true' }}
with:
include-log: false
message: could not create a backport due to conflicts
message: could not create a backport due to conflicts ${{ github.event.pull_request.user.login }}
- uses: ./.github/actions/notify-pull-request
if: ${{ failure() }}
with:
include-log: true
message: something went wrong while creating a backport
message: something went wrong while creating a backport ${{ github.event.pull_request.user.login }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment