ci: remove labeler

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-12-09 15:19:51 +01:00
parent 4db9fb09f2
commit 5499ed7486
2 changed files with 0 additions and 35 deletions

11
.github/labeler.yml vendored
View file

@ -1,11 +0,0 @@
"features icon":
- src/output/icons.rs
"features ui":
- src/info/filetype.rs
"packaging snap":
- snap/**/*
"flake/nix ❄️":
- flake.*

View file

@ -1,24 +0,0 @@
# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler
# For inspiration see: https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/labels.yml
name: Labeler
on:
pull_request_target:
types: [opened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5