Skip to content

Commit bc17a5d

Browse files
authored
Fix create parity issue github action (#6881)
1 parent 271e901 commit bc17a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-botbuilder-parity-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
steps:
5656
- run: echo "::notice ::Creating issue for ${{ matrix.repo }}"
5757
if: |
58-
contains(github.event.pull_request.labels.*.name, 'Automation: Parity all') == true || contains(github.event.pull_request.labels.*.name, format('Automation: parity with {0}', matrix.repo)) == true
58+
contains(github.event.pull_request.labels.*.name, 'Automation: Parity all') == true || contains(github.event.pull_request.labels.*.name, format('Automation: Parity with {0}', matrix.repo)) == true
5959
6060
- uses: joshgummersall/dispatch-workflow@main
6161
if: |
62-
contains(github.event.pull_request.labels.*.name, 'Automation: Parity all') == true || contains(github.event.pull_request.labels.*.name, format('Automation: parity with {0}', matrix.repo)) == true
62+
contains(github.event.pull_request.labels.*.name, 'Automation: Parity all') == true || contains(github.event.pull_request.labels.*.name, format('Automation: Parity with {0}', matrix.repo)) == true
6363
with:
6464
encoded: "true"
6565
inputs: |

0 commit comments

Comments
 (0)