From ed8a63a284b21c81e95a9e3fb1ad8efe5a7017e9 Mon Sep 17 00:00:00 2001 From: jo Date: Sat, 18 Sep 2021 17:12:46 +0200 Subject: [PATCH] Update labels --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ .github/stale.yml | 9 ++++----- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12419810f..6c2493461 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,9 @@ updates: directory: "/" schedule: interval: "weekly" + labels: + - ci + - dependencies # TODO: Enable when the future Dockerfiles lands in the repository # Maintain dependencies for Docker files @@ -13,32 +16,50 @@ updates: # directory: "/docker" # schedule: # interval: "weekly" + # labels: + # - docker + # - dependencies # Maintain dependencies for Python apps - package-ecosystem: "pip" directory: "/api" schedule: interval: "daily" + labels: + - python + - dependencies - package-ecosystem: "pip" directory: "/python_apps/airtime_analyzer" schedule: interval: "daily" + labels: + - python + - dependencies - package-ecosystem: "pip" directory: "/python_apps/airtime-celery" schedule: interval: "daily" + labels: + - python + - dependencies - package-ecosystem: "pip" directory: "/python_apps/api_clients" schedule: interval: "daily" + labels: + - python + - dependencies - package-ecosystem: "pip" directory: "/python_apps/pypo" schedule: interval: "daily" + labels: + - python + - dependencies # TODO: Enable when the future UI lands in the repository # Maintain dependencies for NPM packages @@ -46,3 +67,6 @@ updates: # directory: "/ui" # schedule: # interval: "daily" + # labels: + # - javascript + # - dependencies diff --git a/.github/stale.yml b/.github/stale.yml index 9055cfe61..cad67668f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -9,10 +9,9 @@ daysUntilClose: 30 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - - pinned - - security - - "[Status] Maybe Later" - - "3.0-release-blocker" + - "status: pinned" + - "status: maybe later" + - "security" # Set to true to ignore issues in a project (defaults to false) exemptProjects: false @@ -24,7 +23,7 @@ exemptMilestones: true exemptAssignees: true # Label to use when marking as stale -staleLabel: stale +staleLabel: "status: stalled" # Comment to post when marking as stale. Set to `false` to disable markComment: >