Skip to content

Commit

Permalink
[AJ-1783] Automatically tag Dependabot PRs with ticket (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawatts authored Apr 18, 2024
1 parent 0a9e30b commit 8cef1e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ updates:
open-pull-requests-limit: 10
reviewers:
- "@DataBiosphere/analysisjourneys"
commit-message:
prefix: "[AJ-1783]"
schedule:
interval: "weekly"
day: "monday"
Expand Down

1 comment on commit 8cef1e4

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 8cef1e4 Previous: 0a9e30b Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 3168.6726269129094 ops/s 3140.2064555017355 ops/s 1.01
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 37351.101904870775 ops/s 37452.6373631856 ops/s 1.00
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5414010.222245083 ops/s 5191560.926947373 ops/s 1.04

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

Please sign in to comment.