Skip to content

feat: reliable mobile recording (wake lock + Whisper anti-hallucination) #1

feat: reliable mobile recording (wake lock + Whisper anti-hallucination)

feat: reliable mobile recording (wake lock + Whisper anti-hallucination) #1

name: Dependabot auto-merge
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- id: meta
uses: dependabot/fetch-metadata@v2
- if: steps.meta.outputs.update-type == 'version-update:semver-minor' || steps.meta.outputs.update-type == 'version-update:semver-patch'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}
run: gh pr merge --rebase --auto "$PR_URL"