feat(plugin-br-payments): replace MIDAZ_ONBOARDING/TRANSACTION_URL with MIDAZ_LEDGER_URL #4089
Workflow file for this run
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
| ## Reference: https://github.com/amannn/action-semantic-pull-request | |
| name: "Lint PR" | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| permissions: | |
| contents: read | |
| jobs: | |
| main: | |
| permissions: | |
| pull-requests: read | |
| statuses: write | |
| name: Validate PR title | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/create-github-app-token@v1 | |
| id: app-token | |
| with: | |
| app-id: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_APP_ID }} | |
| private-key: ${{ secrets.LERIAN_STUDIO_MIDAZ_PUSH_BOT_PRIVATE_KEY }} | |
| - uses: amannn/action-semantic-pull-request@v5 | |
| if: github.actor != 'lerian-studio-midaz-push-bot[bot]' | |
| env: | |
| GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}" | |
| with: | |
| scopes: | | |
| midaz | |
| plugin-access-manager | |
| plugin-crm | |
| reporter | |
| plugin-fees | |
| plugin-br-pix-direct-jd | |
| plugin-br-pix-indirect-btg | |
| plugin-br-pix-switch | |
| plugin-br-bank-transfer | |
| lerian-notification | |
| plugin-br-bank-transfer-jd | |
| templates | |
| dependencies | |
| otel-collector | |
| plugins | |
| pipe | |
| doc | |
| product-console | |
| fetcher | |
| flowker | |
| underwriter | |
| matcher | |
| tracer | |
| new | |
| charts | |
| common | |
| requireScope: true |