Skip to content

Update flake.lock

Update flake.lock #29

Workflow file for this run

name: automerge
on:
pull_request:
types:
- opened
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: Wait for build to succeed
uses: fountainhead/[email protected]
id: wait-for-build
with:
token: ${{ secrets.GITHUB_TOKEN }}
checkName: build-status
ref: ${{ github.event.pull_request.head.sha || github.sha }}
intervalSeconds: 60
timeoutSeconds: 1200
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
MERGE_METHOD: rebase
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"