Преглед изворни кода

ci: remove labeler

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen пре 2 година
родитељ
комит
5499ed7486
2 измењених фајлова са 0 додато и 35 уклоњено
  1. 0 11
      .github/labeler.yml
  2. 0 24
      .github/workflows/label.yml

+ 0 - 11
.github/labeler.yml

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

+ 0 - 24
.github/workflows/label.yml

@@ -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