Skip to content

ci: revert actions/checkout to v5 due to update-flake-lock incompatib… #869

ci: revert actions/checkout to v5 due to update-flake-lock incompatib…

ci: revert actions/checkout to v5 due to update-flake-lock incompatib… #869

Workflow file for this run

on:
push:
branches:
- master
jobs:
triage:
runs-on: ubuntu-latest
if: github.repository_owner == 'nix-community'
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "merge conflict"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 10000