Skip to content

Commit 68b0465

Browse files
DEV: Add REL to known PR prefixes (#2554)
1 parent 719ff25 commit 68b0465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/check_pr_title.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"DEV: ",
1616
"STY: ",
1717
"MAINT: ",
18+
"REL: ", # For internal use only.
1819
)
1920
PR_TITLE = os.getenv("PR_TITLE", "")
2021

0 commit comments

Comments
 (0)