Skip to content

chore: bump release-drafter/release-drafter from a6a982fee9675c45c1765e9fa5308f7d6c3ecbd4 to 5de93583980a40bd78603b6dfdcda5b4df377b32 #178

chore: bump release-drafter/release-drafter from a6a982fee9675c45c1765e9fa5308f7d6c3ecbd4 to 5de93583980a40bd78603b6dfdcda5b4df377b32

chore: bump release-drafter/release-drafter from a6a982fee9675c45c1765e9fa5308f7d6c3ecbd4 to 5de93583980a40bd78603b6dfdcda5b4df377b32 #178

Workflow file for this run

name: Release Drafter
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
with:
config-name: release-drafter.yml
commitish: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}