feat(history): migrate C7 async-before/after job logs to C8 #3264
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: Renovate auto-merge | |
| on: | |
| pull_request: | |
| types: [ opened, synchronize, reopened ] | |
| jobs: | |
| all-checks-passed: | |
| if: ${{ github.actor == 'renovate[bot]'}} | |
| name: All checks passed | |
| runs-on: ubuntu-latest | |
| permissions: | |
| checks: read | |
| contents: read | |
| steps: | |
| - uses: wechuli/allcheckspassed@v2.3.0 | |
| with: | |
| delay: '50' | |
| retries: '3' | |
| polling_interval: '5' |