Skip to content

feat: github-action + github-tags datasource + overhaul cicd #549

feat: github-action + github-tags datasource + overhaul cicd

feat: github-action + github-tags datasource + overhaul cicd #549

Workflow file for this run

name: PR labeler
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
triage:
runs-on: ubuntu-24.04
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}