Skip to content

[image-builder] Introduce retry for all resolver requests (timeout 15s, up to 3 times) for all network-related issues #11967

[image-builder] Introduce retry for all resolver requests (timeout 15s, up to 3 times) for all network-related issues

[image-builder] Introduce retry for all resolver requests (timeout 15s, up to 3 times) for all network-related issues #11967

Workflow file for this run

name: Team Labeler
on:
pull_request:
types: [review_requested]
jobs:
label:
name: Apply team labels
runs-on: ubuntu-latest
steps:
- name: Set team labels as output
id: team_labels
run: |
LABELS="team: ${{ join(github.event.pull_request.requested_teams.*.slug, ', team: ') }}"
echo ::set-output name=label::${LABELS//engineering-/}
- name: Add team labels
if: join(github.event.pull_request.requested_teams.*.slug, '') != ''
uses: andymckay/[email protected]
with:
add-labels: "${{ steps.team_labels.outputs.label }}"