Skip to content

⬆️🔒️ Lock file maintenance #812

⬆️🔒️ Lock file maintenance

⬆️🔒️ Lock file maintenance #812

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- develop
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
name: Run
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@00ce30b0ce8a4d67bccfca59421cdf6c55dd0784 # v6.3.0
env:
GITHUB_TOKEN: ${{ github.token }}