Skip to content

Renew simulation framework for multi-armed bandits #169

Renew simulation framework for multi-armed bandits

Renew simulation framework for multi-armed bandits #169

name: Pull Request Style Check
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
- edited
branches:
- develop
jobs:
check_cc_labels:
name: check conventional commits labels
runs-on: ubuntu-latest
steps:
- uses: danielchabr/[email protected]
with:
hasSome: bug, documentation, enhancement, skip-changelog
githubToken: ${{ secrets.GITHUB_TOKEN }}