Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove playtest branch action and adjust size labels to kalium values #2547

Merged
merged 5 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
XS:
name: size/XS
lines: 10
color: 3CBF00
S:
name: size/S
lines: 100
color: 5D9801
M:
name: size/M
lines: 300
color: 7F7203
L:
name: size/L
lines: 500
color: A14C05
XL:
name: size/XL
lines: 1000
color: C32607
comment: |
# Ups 🫰🟨
This PR is too big. Please try to break it up into smaller PRs.
XXL:
name: size/XXL
lines: 100000
color: E50009
comment: |
# Ups 🫰🟥
This PR is too big. Please break it up into smaller PRs.
63 changes: 0 additions & 63 deletions .github/workflows/create-playtest-branch.yml

This file was deleted.

Loading