Update version to 2.2.3 and add curp_document_uri field to User class #740
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: 'Merge Dependencies' | |
| on: [pull_request_target] | |
| jobs: | |
| auto-merge: | |
| runs-on: ubuntu-latest | |
| if: github.actor == 'dependabot[bot]' | |
| steps: | |
| - name: 'Checkout repository' | |
| uses: actions/checkout@v2.4.0 | |
| - name: 'Automerge dependency updates from Dependabot' | |
| uses: ahmadnassri/action-dependabot-auto-merge@v2.6 | |
| with: | |
| github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }} |