Skip to content

feat: enable automerge for flake.lock update PRs #4

feat: enable automerge for flake.lock update PRs

feat: enable automerge for flake.lock update PRs #4

Workflow file for this run

# This file is automatically generated from Nix configuration. Do not edit directly.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
jobs:
nix-ci:
permissions:
contents: read
id-token: write
uses: DeterminateSystems/ci/.github/workflows/workflow.yml@main
with:
visibility: public
name: CI
"on":
pull_request: {}
push:
branches:
- master
tags:
- v?[0-9]+.[0-9]+.[0-9]+*
workflow_dispatch: {}