Skip to content

build(deps): bump nixbuild/nix-quick-install-action from 26 to 27 #22

build(deps): bump nixbuild/nix-quick-install-action from 26 to 27

build(deps): bump nixbuild/nix-quick-install-action from 26 to 27 #22

Workflow file for this run

name: Auto merge
on:
- pull_request_target
- workflow_call
jobs:
auto-merge:
permissions:
pull-requests: write
contents: write
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: auto-merge
id: auto-merge
run: gh pr merge --auto --rebase $PR_URL
env:
GITHUB_TOKEN: ${{ github.token }}
PR_URL: ${{ github.event.pull_request.html_url }}