Skip to content

Support upload of any binary content of the blob during the initial summary upload at routerlicious driver #30261

Support upload of any binary content of the blob during the initial summary upload at routerlicious driver

Support upload of any binary content of the blob during the initial summary upload at routerlicious driver #30261

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [ opened, synchronize, reopened ]
jobs:
paths_label:
runs-on: ubuntu-latest
name: Label based on file paths
steps:
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # ratchet:actions/labeler@v4.0.2
with:
configuration-path: ".github/actions-labeler.yml"
repo-token: "${{ github.token }}"
sync-labels: true # add/remove labels as modified paths in the PR change
branches_label:
runs-on: ubuntu-latest
name: Label base branches and external contributors
steps:
- uses: srvaroa/labeler@953347905ec8e4884e85c9957d24508e24119fc3 # ratchet:srvaroa/labeler@v1.3
env:
GITHUB_TOKEN: "${{ github.token }}"