threadfin 0.1.2

A thread pool for running multiple tasks on a configurable group of threads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: release management
on:
  push:
    branches: [master]

jobs:
  update-draft-release:
    runs-on: ubuntu-latest
    steps:
      - uses: toolmantim/release-drafter@v5
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}