Skip to content

Commit

Permalink
FIX: update PR labels
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 28, 2022
1 parent cd7c2ec commit b9ac41c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: Bug,💡 Feature,⚠️ Interface,📝 Docs,🔨 Maintenance,🖱️ DX
none_of: Epic,❌ Won't fix,💫 Good first issue
any_of:
🐛 Bug,💡 Feature,⚙️ Enhancement,⚠️ Interface,❗ Behavior,📝 Docs,🔨
Maintenance,🖱️ DX
none_of: Epic,💫 Good first issue
repo_token: ${{ secrets.GITHUB_TOKEN }}

check-title:
name: Check title
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0

1 comment on commit b9ac41c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'TensorWaves benchmark results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: b9ac41c Previous: d79c8ac Ratio
benchmarks/expression.py::test_fit[1000-Minuit2-numpy] 4.577175063543522 iter/sec (stddev: 0.009997924910427435) 15.090760649441743 iter/sec (stddev: 0.0007495483089262462) 3.30
benchmarks/expression.py::test_fit[1000-Minuit2-numba] 4.538094568795768 iter/sec (stddev: 0.0088222968708994) 15.28035874576775 iter/sec (stddev: 0.0006841581628122471) 3.37
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numpy] 4.661957412142212 iter/sec (stddev: 0.011348221356631405) 15.258395166875589 iter/sec (stddev: 0.003463874844199282) 3.27
benchmarks/expression.py::test_fit[1000-ScipyMinimizer-numba] 4.678945358454416 iter/sec (stddev: 0.004378023443119103) 15.525512756839248 iter/sec (stddev: 0.0007301214121060667) 3.32

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.