Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 506 Bytes

File metadata and controls

21 lines (17 loc) · 506 Bytes

Auto-labeler Reusable Workflow

Inputs

- uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@main
  permissions:
    contents: read
    pull-requests: write
  with:
    # The name of the configuration file to use, default is release-drafter.yml
    # from the release-drafter/release-drafter GitHub Action
    config-name: release-drafter.yml
  secrets:
    # The GitHub token to use
    github-token: ${{ secrets.GITHUB_TOKEN }}

Outputs

None