Skip to content

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

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

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

Workflow file for this run

name: Label based on PR size
on:
workflow_dispatch:
pull_request:
jobs:
size-label:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"