Skip to content

Commit

Permalink
Merge pull request #115 from imtoanle/update-workflows
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
imtoanle authored Jan 30, 2024
2 parents 0f5c356 + 15efc78 commit 63e7c9a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 58 deletions.
71 changes: 19 additions & 52 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -1,57 +1,24 @@
---
# Area
- name: area/ansible
color: "72ccf3"
description: >-
Changes made in the ansible directory
- name: area/github
color: "72ccf3"
description: >-
Changes made in the github directory
- name: area/kubernetes
color: "72ccf3"
description: >-
Changes made in the kubernetes directory
- name: area/addons
color: "72ccf3"
description: >-
Changes made in the addons directory
- name: area/bootstrap
color: "72ccf3"
description: >-
Changes made in the bootstrap directory
- { name: "area/ansible", color: "0e8a16" }
- { name: "area/bootstrap", color: "0e8a16" }
- { name: "area/github", color: "0e8a16" }
- { name: "area/kubernetes", color: "0e8a16" }
- { name: "area/taskfile", color: "0e8a16" }
# Distro
- { name: "distro/k0s", color: "ffc300" }
- { name: "distro/k3s", color: "ffc300" }
- { name: "distro/talos", color: "ffc300" }
# Renovate
- name: renovate/ansible
color: "ffc300"
- name: renovate/container
color: "ffc300"
- name: renovate/github-action
color: "ffc300"
- name: renovate/github-release
color: "ffc300"
- name: renovate/helm
color: "ffc300"
- { name: "renovate/ansible", color: "027fa0" }
- { name: "renovate/container", color: "027fa0" }
- { name: "renovate/github-action", color: "027fa0" }
- { name: "renovate/github-release", color: "027fa0" }
- { name: "renovate/helm", color: "027fa0" }
# Semantic Type
- name: type/patch
color: "FFEC19"
- name: type/minor
color: "FF9800"
- name: type/major
color: "F6412D"
- name: type/break
color: "F6412D"
- { name: "type/patch", color: "ffec19" }
- { name: "type/minor", color: "ff9800" }
- { name: "type/major", color: "f6412d" }
- { name: "type/break", color: "f6412d" }
# Uncategorized
- name: bug
color: "ee0701"
- name: do-not-merge
color: "ee0701"
- name: docs
color: "F4D1B7"
- name: enhancement
color: "84b6eb"
- name: broken-links
color: "7B55D7"
- name: question
color: "cc317c"
- name: community
color: "0e8a16"
- { name: "hold/upstream", color: "ee0701" }
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Meta Sync labels"
name: "Label Sync"

on:
workflow_dispatch:
Expand All @@ -8,16 +8,15 @@ on:
paths: [".github/labels.yaml"]

jobs:
labels:
name: Sync Labels
label-sync:
name: Label Sync
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@v4

- name: Sync Labels
uses: EndBug/label-sync@da00f2c11fdb78e4fae44adac2fdd713778ea3e8 # renovate: tag=v2.3.2
uses: EndBug/label-sync@v2
with:
config-file: .github/labels.yaml
token: "${{ secrets.GITHUB_TOKEN }}"
delete-other-labels: true
File renamed without changes.
File renamed without changes.

0 comments on commit 63e7c9a

Please sign in to comment.