Skip to content

Commit

Permalink
Config: Fix c-new labeling for numberless EIPs
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
Pandapip1 authored Mar 28, 2023
1 parent 76beaf2 commit f9815fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/.jekyll-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ s-withdrawn: this?.new?.status == "Withdrawn"

#### PR Classification ####

c-new: this?.new?.eip && !this?.old?.eip
c-update: this?.new?.eip && this?.old?.eip && this?.new?.status == this?.old?.status
c-status: this?.new?.eip && this?.old?.eip && this?.new?.status != this?.old?.status
c-new: this?.new?.status && !this?.old?.status
c-update: this?.new?.status && this?.old?.status && this?.new?.status == this?.old?.status
c-status: this?.new?.status && this?.old?.status && this?.new?.status != this?.old?.status

0 comments on commit f9815fa

Please sign in to comment.