Skip to content

Commit

Permalink
force success on merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edwards committed Oct 9, 2023
1 parent d6d740a commit 6fc0017
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/autolink_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ jobs:
---
body-update-action: "prefix"
body-uppercase-base-match: false
forceSuccess:
name: Force Success
runs-on: ubuntu-latest
if: ${{ github.event_name == 'merge_group' }}
steps:
- run: exit 0

0 comments on commit 6fc0017

Please sign in to comment.