fix: do not serialize recurly_stub objects in body payload #300
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
| 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 }} | |