Skip to content

Commit

Permalink
Fix create parity issue github action (#6881)
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut authored Jan 15, 2025
1 parent 271e901 commit bc17a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-botbuilder-parity-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
steps:
- run: echo "::notice ::Creating issue for ${{ matrix.repo }}"
if: |
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
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
- uses: joshgummersall/dispatch-workflow@main
if: |
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
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
with:
encoded: "true"
inputs: |
Expand Down

0 comments on commit bc17a5d

Please sign in to comment.