Skip to content

nanopct6: Kwiboo 24.07 u-boot for edge; bump blobs for all branches #1723

nanopct6: Kwiboo 24.07 u-boot for edge; bump blobs for all branches

nanopct6: Kwiboo 24.07 u-boot for edge; bump blobs for all branches #1723

Workflow file for this run

name: Pull Request Labeling
on:
- pull_request_target
jobs:
size-label:
permissions:
contents: read # to determine modified files
pull-requests: write # to add labels to PRs
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
sizes: >
{
"0": "small",
"50": "medium",
"250": "large"
}