Skip to content

Merged the main branch by @dependabot[bot] #107

Merged the main branch by @dependabot[bot]

Merged the main branch by @dependabot[bot] #107

Workflow file for this run

name: The CI workflow on merge as a main branch
run-name: Merged the main branch by @${{ github.actor }}
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- main
permissions:
contents: write
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}