Skip to content

Bump github.com/coreos/ignition/v2 from 2.7.0 to 2.14.0 #10705

Bump github.com/coreos/ignition/v2 from 2.7.0 to 2.14.0

Bump github.com/coreos/ignition/v2 from 2.7.0 to 2.14.0 #10705

Workflow file for this run

name: Maintenance
on:
push:
pull_request_target:
types:
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: needs-rebase
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "Please rebase pull request."