Skip to content

Merge pull request #880 from Max-Cheng/main #1

Merge pull request #880 from Max-Cheng/main

Merge pull request #880 from Max-Cheng/main #1

name: Release Drafter Fgprof
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main
paths:
- 'fgprof/**'
jobs:
draft_release_casbin:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter-fgprof.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}