IBX-11687: Fixed ContentTypeDomainMapper to not unset the default field value #1473
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: On PR Review Requested | |
| on: | |
| pull_request: | |
| types: [review_requested] | |
| jobs: | |
| call-expand-team-reviewers: | |
| if: ${{ github.event.requested_team }} | |
| uses: ibexa/gh-workflows/.github/workflows/expand-team-reviewers.yml@main | |
| with: | |
| requested_team: ${{ github.event.requested_team.slug }} | |
| pull_request_number: ${{ github.event.pull_request.number }} | |
| repository: ${{ github.repository }} | |
| secrets: inherit |