Skip to content

feat: Add multi-trial flakiness detection for evals #40

feat: Add multi-trial flakiness detection for evals

feat: Add multi-trial flakiness detection for evals #40

Workflow file for this run

name: Auto-merge PRs
on:
pull_request_target:
types: [opened, reopened]
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge (squash)
run: gh pr merge ${{ github.event.pull_request.number }} --auto --squash --repo ${{ github.repository }}
env:
GH_TOKEN: ${{ github.token }}