Skip to content

maint: update github actions workflows #4

maint: update github actions workflows

maint: update github actions workflows #4

Workflow file for this run

name: Apply project labels
on: [issues, pull_request, label]
jobs:
apply-labels:
name: Apply common project labels
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: honeycombio/oss-management/labels@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}