Skip to content

feat: adding extra headers feature. #272

feat: adding extra headers feature.

feat: adding extra headers feature. #272

Workflow file for this run

name: PR Scope Labeler 🧩
on:
pull_request:
branches:
- '**'
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"