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