// GetD gets the first "d" tag (for parameterized replaceable events) value or ""
func(tagsTags)GetD()string{
for_,v:=rangetags{
ifv.StartsWith([]string{"d",""}){
iflen(v)>=2&&v[0]=="d"{
returnv[1]
}
}
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.