Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

nix: use previous version of libvirt in version migration tests #689

nix: use previous version of libvirt in version migration tests

nix: use previous version of libvirt in version migration tests #689

# We auto-merge all dependabot updates as soon as the CI requirements are met.
# This needs proper branch protection rules.
#
# More info: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions
name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'cyberus-technology/libvirt-tests'
steps:
- name: Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}