Skip to content

Commit

Permalink
Tillate EUW som prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasre authored Feb 14, 2025
1 parent 69b10b0 commit 6e2cf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-maven-build-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
const REGEX = new RegExp("^[^…]+$"); // Title must match this regex
const MIN_LENGTH = 10; // Min length of the title
const MAX_LENGTH = 100; // Max length of the title (-1 is no max)
const ALLOWED_PREFIXES = ['Bump','ID-','MIN-','PBLEID-','MP-','KRR-','PF-','AOS-','SP-']; // Title must start with one of these prefixes
const ALLOWED_PREFIXES = ['Bump','ID-','MIN-','PBLEID-','MP-','KRR-','PF-','AOS-','SP-','EUW-']; // Title must start with one of these prefixes
const PREFIX_CASE_SENSITIVE = false; // Whether the prefix is case sensitive
const validateTitlePrefix = (title, prefix) =>
Expand Down

0 comments on commit 6e2cf5f

Please sign in to comment.