Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 477 Bytes

labeler.md

File metadata and controls

22 lines (18 loc) · 477 Bytes

Labeler Reusable Workflow

Inputs

- uses: github/ospo-reusable-workflows/.github/workflows/labeler.yml@main
  permissions:
    contents: read
    pull-requests: write
  with:
    # The name of the configuration file to use, default is labeler.yml
    # from the actions/labeler GitHub Action
    # Yaml file must end in .yml
    config-path: labeler.yml
  secrets:
    # The GitHub token to use
    github-token: ${{ secrets.github-token }}

Outputs

None