Skip to content

chore(ci): remove generic CI and release workflows; update README #8

chore(ci): remove generic CI and release workflows; update README

chore(ci): remove generic CI and release workflows; update README #8

Workflow file for this run

name: PR Labels
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
steps:
- name: Check out
uses: actions/checkout@v6
- name: Run labeler
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml