Skip to content

fix: backfill DCO and inbound license grant in CONTRIBUTING.md #10

fix: backfill DCO and inbound license grant in CONTRIBUTING.md

fix: backfill DCO and inbound license grant in CONTRIBUTING.md #10

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}