Skip to content

Merge branch 'main' of https://github.com/HibiKier/zhenxun_bot #125

Merge branch 'main' of https://github.com/HibiKier/zhenxun_bot

Merge branch 'main' of https://github.com/HibiKier/zhenxun_bot #125

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
- dev
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
name: Update Release Draft
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}