Skip to content

Commit

Permalink
Fixes labels config pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Nov 7, 2023
1 parent 0ebaedd commit a258537
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: EndBug/label-sync@v2
with:
config-file: https://raw.githubusercontent.com/WGBH-MLA/.github/main/.github/workflows/pytest.yml
config-file: https://raw.githubusercontent.com/WGBH-MLA/.github/main/labels.yml
delete-other-labels: false
dry-run: false
token: ${{ secrets.GITHUB_TOKEN }}
53 changes: 29 additions & 24 deletions labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
# Use "🏷 Sync labels" action from .github/workflows/labels.yml


# Breaking
- aliases:
- breaking
- 'breaking :broken_heart:'
name: breaking 💔
description: Breaking changes
color: BF0212

# Bug
- aliases:
- bug
Expand All @@ -34,28 +42,13 @@
description: Relating to Continuous Integration
color: E09B24

# Production
- aliases:
- production
name: production 🎭
description: Relating to the production deployment
color: 772b8d

# Test
- aliases:
- test
- test ⚗️
name: test 🧪
description: Tests and testing
color: 38C5D6

# Breaking
# Dev
- aliases:
- breaking
- 'breaking :broken_heart:'
name: breaking 💔
description: Breaking changes
color: BF0212
- dev
- 'dev :computer:'
name: dev 💻
description: Relating to development
color: 6cc644

# Documentation
- aliases:
Expand Down Expand Up @@ -107,19 +100,31 @@
description: Updates and upgrades
color: F87431

# Production
- aliases:
- production
name: production 🎭
description: Relating to the production deployment
color: 772b8d

# Question
- aliases:
- question
- 'question :grey_question:'
name: question ❔
color: d876e3

# Test
- aliases:
- test
- test ⚗️
name: test 🧪
description: Tests and testing
color: 38C5D6

# Won't fix
- aliases:
- wontfix
- 'wontfix :x:'
name: wontfix ✖️
color: '000000'
- name: dev 💻
description: Relating to development
color: 6cc644

0 comments on commit a258537

Please sign in to comment.