Skip to content

Commit

Permalink
fixed the diff between gha robottelo and airgun (SatelliteQE#949)
Browse files Browse the repository at this point in the history
(cherry picked from commit 15b50fb)
  • Loading branch information
omkarkhatavkar authored and ogajduse committed Jan 17, 2024
1 parent 7dea1b2 commit 4f3a301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: auto_cherry_pick_commits

on:
pull_request_target:
types:
- closed
types: [closed]

# Github & Parent PR Env vars
env:
Expand All @@ -27,6 +26,7 @@ jobs:
with:
issue-number: ${{ env.number }}
body-includes: "trigger: test-robottelo"
direction: last

# Auto CherryPicking and Failure Recording
auto-cherry-pick:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
## Failure Logging to issues and GChat Group
- name: Create Github issue on cherrypick failure
id: create-issue
if: ${{ always() && steps.cherrypick.outcome == 'failure' }}
if: ${{ always() && steps.cherrypick.outcome != 'success' && startsWith(matrix.label, '6.') && matrix.label != github.base_ref }}
uses: dacbd/create-issue-action@main
with:
token: ${{ secrets.CHERRYPICK_PAT }}
Expand Down
File renamed without changes.

0 comments on commit 4f3a301

Please sign in to comment.