Skip to content

Commit

Permalink
test issue body
Browse files Browse the repository at this point in the history
  • Loading branch information
endakelly committed Apr 29, 2024
1 parent 3e63629 commit 34cab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parsegithubissue-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
process-request:
permissions: write-all
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'hmcts-platform-operations' && contains(github.event.issue.labels.*.name, 'bug')
if: github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'hmcts-platform-operations' && contains(github.event.issue.labels.*.name, 'DO_NOT_MERGE')
steps:
#Allows workflow to access repo
- name: Checkout
Expand Down

0 comments on commit 34cab9c

Please sign in to comment.