Merge me dependency updates! #2853
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: Merge me dependency updates! | |
on: | |
workflow_run: | |
types: | |
- completed | |
workflows: | |
# List all required workflow names here. | |
- 'Run linters' | |
- 'Run tests' | |
- 'Test build package' | |
jobs: | |
automerge: | |
uses: fizyk/actions-reuse/.github/workflows/[email protected] | |
secrets: | |
app_id: ${{ secrets.MERGE_APP_ID }} | |
private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }} | |