Skip to content

Commit

Permalink
CI(backport): Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Sep 30, 2024
1 parent 87eb07a commit b4a116c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ on:
types: ["labeled", "closed"]

jobs:
backport:
- name: Check labels
id: label_check
label_check:
name: Check labels
uses: docker://agilepathway/pull-request-label-checker:latest
with:
prefix_mode: true
all_of: auto-backport-to-
repo_token: ${{ secrets.GITHUB_TOKEN }}
allow_failure: true

- name: Backport PR
backport:
name: Backport PR
if: github.event.pull_request.merged == true && steps.label_check.outputs.label_check == 'success'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b4a116c

Please sign in to comment.