Skip to content

fix: split release-drafter into dedicated reusable workflows for drafting and PR labeling #208

fix: split release-drafter into dedicated reusable workflows for drafting and PR labeling

fix: split release-drafter into dedicated reusable workflows for drafting and PR labeling #208

Workflow file for this run

name: main
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
main:
permissions:
contents: read
uses: ./.github/workflows/pre-commit.yml
stale:
permissions:
contents: read
issues: write
pull-requests: write
uses: ./.github/workflows/stale.yml