@@ -6,7 +6,7 @@ my @lines = `curl "https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/CHANGE
foreach(@lines){
if(/^##\s+(\d+\.\d+\.\d+)\s+\((\d+-\d+-\d+)/){
print"$1 [$2]\n";
if(!$all){
unless($all){
last;
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.