Autorerun #12060
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: Autorerun | |
| on: | |
| workflow_run: | |
| workflows: ['Test', 'Publish', 'Refresh Demos', 'Workflow Example', 'Autobackport'] | |
| types: completed | |
| schedule: | |
| - cron: '0 0 * * *' | |
| concurrency: | |
| group: rerun-${{ github.event.workflow_run.id }} | |
| jobs: | |
| rerun: | |
| runs-on: ubuntu-slim | |
| permissions: | |
| contents: none | |
| actions: read | |
| steps: | |
| - uses: plengauer/opentelemetry-github/actions/instrument/job@2169fb0fa9a8260fde99a2a185bbf99a5d63546e # v5.59.0 | |
| with: | |
| secrets_to_redact: '["${{ github.token }}","${{ secrets.ACTIONS_GITHUB_TOKEN }}"]' | |
| env: | |
| OTEL_EXPORTER_OTLP_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_ENDPOINT }}' | |
| OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}' | |
| - uses: plengauer/autorerun@01cbbd02fa9641d3e243b12190be63c7aa3a13c5 # v0.38.0 | |
| with: | |
| github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} | |
| custom_patterns: | | |
| fatal: 'v.*' is not a commit and a branch 'release/.*' cannot be created from it | |
| jq: parse error: Invalid string: control characters from .* through .* must be escaped | |
| debug: error authenticating with github | |
| dial tcp .* i/o timeout | |
| jq: error.*Cannot iterate over null |