Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

ci: Bump actions/checkout from 4 to 5 #84

ci: Bump actions/checkout from 4 to 5

ci: Bump actions/checkout from 4 to 5 #84

Workflow file for this run

name: Pull request labeler
on:
pull_request_target:
types: [opened, edited]
permissions:
contents: read
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Label pull request
uses: release-drafter/release-drafter@v6
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}