Merge pull request #1355 from jooola/labels

Update labels
This commit is contained in:
Jonas L 2021-09-18 18:27:50 +02:00 committed by GitHub
commit ffb8c49784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 5 deletions

View File

@ -6,6 +6,9 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
labels:
- ci
- dependencies
# TODO: Enable when the future Dockerfiles lands in the repository # TODO: Enable when the future Dockerfiles lands in the repository
# Maintain dependencies for Docker files # Maintain dependencies for Docker files
@ -13,32 +16,50 @@ updates:
# directory: "/docker" # directory: "/docker"
# schedule: # schedule:
# interval: "weekly" # interval: "weekly"
# labels:
# - docker
# - dependencies
# Maintain dependencies for Python apps # Maintain dependencies for Python apps
- package-ecosystem: "pip" - package-ecosystem: "pip"
directory: "/api" directory: "/api"
schedule: schedule:
interval: "daily" interval: "daily"
labels:
- python
- dependencies
- package-ecosystem: "pip" - package-ecosystem: "pip"
directory: "/python_apps/airtime_analyzer" directory: "/python_apps/airtime_analyzer"
schedule: schedule:
interval: "daily" interval: "daily"
labels:
- python
- dependencies
- package-ecosystem: "pip" - package-ecosystem: "pip"
directory: "/python_apps/airtime-celery" directory: "/python_apps/airtime-celery"
schedule: schedule:
interval: "daily" interval: "daily"
labels:
- python
- dependencies
- package-ecosystem: "pip" - package-ecosystem: "pip"
directory: "/python_apps/api_clients" directory: "/python_apps/api_clients"
schedule: schedule:
interval: "daily" interval: "daily"
labels:
- python
- dependencies
- package-ecosystem: "pip" - package-ecosystem: "pip"
directory: "/python_apps/pypo" directory: "/python_apps/pypo"
schedule: schedule:
interval: "daily" interval: "daily"
labels:
- python
- dependencies
# TODO: Enable when the future UI lands in the repository # TODO: Enable when the future UI lands in the repository
# Maintain dependencies for NPM packages # Maintain dependencies for NPM packages
@ -46,3 +67,6 @@ updates:
# directory: "/ui" # directory: "/ui"
# schedule: # schedule:
# interval: "daily" # interval: "daily"
# labels:
# - javascript
# - dependencies

9
.github/stale.yml vendored
View File

@ -9,10 +9,9 @@ daysUntilClose: 30
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: exemptLabels:
- pinned - "status: pinned"
- security - "status: maybe later"
- "[Status] Maybe Later" - "security"
- "3.0-release-blocker"
# Set to true to ignore issues in a project (defaults to false) # Set to true to ignore issues in a project (defaults to false)
exemptProjects: false exemptProjects: false
@ -24,7 +23,7 @@ exemptMilestones: true
exemptAssignees: true exemptAssignees: true
# Label to use when marking as stale # Label to use when marking as stale
staleLabel: stale staleLabel: "status: stalled"
# Comment to post when marking as stale. Set to `false` to disable # Comment to post when marking as stale. Set to `false` to disable
markComment: > markComment: >