Skip to content

Bump contributor-assistant/github-action from 2.5.1 to 2.6.1 #4712

Bump contributor-assistant/github-action from 2.5.1 to 2.6.1

Bump contributor-assistant/github-action from 2.5.1 to 2.6.1 #4712

Workflow file for this run

name: Label Pull Requests
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
label-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}