Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 418 Bytes

labeler.md

File metadata and controls

19 lines (15 loc) · 418 Bytes

Labeler Reusable Workflow

Inputs

- uses: github/ospo-reusable-workflows/.github/workflows/labeler.yml@main
  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