Skip to content

build(deps): bump DeterminateSystems/nix-installer-action from 15 to 16 in the actions group #1246

build(deps): bump DeterminateSystems/nix-installer-action from 15 to 16 in the actions group

build(deps): bump DeterminateSystems/nix-installer-action from 15 to 16 in the actions group #1246

Workflow file for this run

name: 'Pull Request Labeler'
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run labeler
uses: actions/labeler@v5
with:
sync-labels: true
repo-token: '${{ secrets.GITHUB_TOKEN }}'