Skip to content

chore: switch to bun #12

chore: switch to bun

chore: switch to bun #12

Workflow file for this run

name: PR Tagger
on:
pull_request:
types:
- opened
- reopened
branches:
- main
permissions:
contents: read
jobs:
pr_opened_or_reopened:
name: pr_opened_or_reopened
runs-on: ubuntu-latest
permissions:
# write permission is required for autolabeler
pull-requests: write
steps:
- name: Label PR with release-drafter
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}