Skip to content

job runner naive implementation #70

job runner naive implementation

job runner naive implementation #70

Workflow file for this run

name: 'Assign size labels to PRs'
on:
workflow_dispatch:
pull_request_target:
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"