Add origin_tax_address_source & destination_tax_address_source to business_entity and adjustment resource. #257
Workflow file for this run
This file contains 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: PR Review | |
on: | |
pull_request: | |
types: | |
- opened | |
- repoened | |
- edited | |
- synchronize | |
- labeled | |
- unlabeled | |
concurrency: | |
group: ${{ github.workflow }} - ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
label-checker: | |
runs-on: ubuntu-latest | |
name: Label Checker | |
steps: | |
- name: Check Labels | |
uses: docker://agilepathway/pull-request-label-checker:latest | |
with: | |
one_of: V2 | |
repo_token: ${{ secrets.GITHUB_TOKEN }} | |