Skip to content

ci: 👷 add release drafter auto labeler github action #2

ci: 👷 add release drafter auto labeler github action

ci: 👷 add release drafter auto labeler github action #2

name: Release Drafter Auto Labeler
on:
push:
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
# pull_request_target event is required for autolabeler to support PRs from forks
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
auto-labeler:
name: Release drafter Auto Labeler
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
disable-releaser: true # only run auto-labeler for PRs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}