Skip to content

To increase usability of minimizer it should be possible to set the tolerance and the max number of iteration #261

To increase usability of minimizer it should be possible to set the tolerance and the max number of iteration

To increase usability of minimizer it should be possible to set the tolerance and the max number of iteration #261

# This workflow will be verify that all PRs have at
# least on the label: 'bugs', 'enhancement' before
# they can be merged.
name: Verify PR labels
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
check_pr_labels:
runs-on: ubuntu-latest
name: Verify that the PR has a valid label
steps:
- name: Verify PR label action
uses: jesusvasquez333/[email protected]
id: verify-pr-label
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
valid-labels: chore, fix, bugfix, bug, enhancement, feature, dependencies, documentation
pull-request-number: ${{ github.event.pull_request.number }}
disable-reviews: false