Skip to content

fix: currentRef resolution in GitHub Actions #493

fix: currentRef resolution in GitHub Actions

fix: currentRef resolution in GitHub Actions #493

Workflow file for this run

name: PR Autolabeler
on:
pull_request:
types: [ opened, edited, reopened, synchronize ]
branches-ignore:
- 'renovate/**'
jobs:
autolabel-pr:
runs-on: ubuntu-latest
steps:
- name: Autolabel PR
uses: release-drafter/release-drafter@v6
with:
# never make a release, that is done by githubRelease
disable-releaser: true
config-name: autolabeler.yml
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}