Skip to content

feat: use zaidoon1/rust-rocksdb to replcae rust-rocksdb/rust-rocksdb #810

feat: use zaidoon1/rust-rocksdb to replcae rust-rocksdb/rust-rocksdb

feat: use zaidoon1/rust-rocksdb to replcae rust-rocksdb/rust-rocksdb #810

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
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@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}