Skip to content

fix(build-nix-image): handle 403/404 for new images #10

fix(build-nix-image): handle 403/404 for new images

fix(build-nix-image): handle 403/404 for new images #10

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
jobs:
labeler:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # ratchet:crazy-max/ghaction-github-labeler@v5
with:
skip-delete: true
github-token: ${{ github.token }}