Skip to content

[Penify]: Setting up Automated AI-Driven Documentation for GitHub! #7

[Penify]: Setting up Automated AI-Driven Documentation for GitHub!

[Penify]: Setting up Automated AI-Driven Documentation for GitHub! #7

Workflow file for this run

name: Label based on PR size
on:
pull_request:
workflow_dispatch:
jobs:
size-label:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@v0.5.2"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"