From dd04d3aa5481c879e7682618401517f8b2c5714c Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Sun, 31 Dec 2023 12:07:36 +0900 Subject: [PATCH] foramt --- .github/labels.yaml | 79 ++++++++++++----------------- .github/workflows/export-labels.yml | 1 - .github/workflows/sync-labels.yml | 3 +- 3 files changed, 33 insertions(+), 50 deletions(-) diff --git a/.github/labels.yaml b/.github/labels.yaml index 25b13d83..3a0623a4 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -1,75 +1,60 @@ -- - name: 'good first issue' - color: '5319e7' - description: 'Good for newcomers' +- name: "good first issue" + color: "5319e7" + description: "Good for newcomers" aliases: [] -- - name: 'help wanted' - color: '008672' - description: 'Extra attention is needed' +- name: "help wanted" + color: "008672" + description: "Extra attention is needed" aliases: [] -- - name: 'status: pending' +- name: "status: pending" color: c5def5 - description: 'More info is needed before deciding what to do' + description: "More info is needed before deciding what to do" aliases: [] -- - name: 'status: pinned' +- name: "status: pinned" color: 0052cc - description: 'Should not be labeled as stale' + description: "Should not be labeled as stale" aliases: [] -- - name: 'status: stale' +- name: "status: stale" color: fbca04 - description: 'Inactive issues and PRs' + description: "Inactive issues and PRs" aliases: [] -- - name: 'status: wontfix' +- name: "status: wontfix" color: cfd3d7 - description: 'This will not be worked on' + description: "This will not be worked on" aliases: [] -- - name: 'type: bug' +- name: "type: bug" color: d73a4a - description: 'Verified problems that need to be worked on' + description: "Verified problems that need to be worked on" aliases: [] -- - name: 'type: chore' +- name: "type: chore" color: C5DEF5 - description: 'Code changes that neither fix bugs nor add features (refactoring, dependency changes, ...)' + description: "Code changes that neither fix bugs nor add features (refactoring, dependency changes, ...)" aliases: [] -- - name: 'type: docs' +- name: "type: docs" color: C5DEF5 - description: 'Documentation changes' + description: "Documentation changes" aliases: [] -- - name: 'type: duplicate' +- name: "type: duplicate" color: cfd3d7 - description: 'This issue or pull request already exists' + description: "This issue or pull request already exists" aliases: [] -- - name: 'type: feature' +- name: "type: feature" color: 0E8A16 - description: 'New feature or feature request' + description: "New feature or feature request" aliases: [] -- - name: 'type: fix' +- name: "type: fix" color: 1D76DB - description: 'Updates to existing functionalities' + description: "Updates to existing functionalities" aliases: [] -- - name: 'type: invalid' +- name: "type: invalid" color: e4e669 - description: 'This doesn''t seem right' + description: "This doesn't seem right" aliases: [] -- - name: 'type: not a bug' +- name: "type: not a bug" color: 0e8a16 - description: 'Reports that happen not be our fault' + description: "Reports that happen not be our fault" aliases: [] -- - name: 'type: question' +- name: "type: question" color: d876e3 - description: 'Further information is requested' + description: "Further information is requested" aliases: [] diff --git a/.github/workflows/export-labels.yml b/.github/workflows/export-labels.yml index 4153fd43..da644c0b 100644 --- a/.github/workflows/export-labels.yml +++ b/.github/workflows/export-labels.yml @@ -41,4 +41,3 @@ jobs: branch: create-pull-request/patch-export-label add-paths: | .github/labels.yaml - diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 3476b3b6..76994395 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - '.github/labels.yaml' + - ".github/labels.yaml" workflow_dispatch: permissions: @@ -23,4 +23,3 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} config-file: .github/labels.yaml delete-other-labels: true -