summaryrefslogtreecommitdiff
path: root/.github/workflows/meshmc-flake-update.yml
blob: 758a471ee4f6ea5ca812992af9d9273e970ef446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: "MeshMC: Update Flake"

on:
  workflow_dispatch:
  workflow_call:

permissions: {}

jobs:
  update-flake:
    if: github.repository_owner == 'Project-Tick'

    permissions:
      contents: write
      pull-requests: write

    runs-on: ubuntu-latest

    defaults:
      run:
        working-directory: meshmc

    steps:
      - uses: actions/checkout@v6
      - uses: cachix/install-nix-action@v31

      - uses: DeterminateSystems/update-flake-lock@v28
        with:
          path-to-flake-dir: meshmc
          commit-msg: "chore(nix): update lockfile"
          pr-title: "chore(nix): update lockfile"
          pr-labels: |
            platform: Linux
            area: packaging
            complexity: low
            priority: low
            type: robot
            changelog:omit