-
Notifications
You must be signed in to change notification settings - Fork 562
Support org level rbac #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* merge develop into support org level rbac (#376)
merge develop into feat/support-org-level-rbac
if err != nil { | ||
log.Printf("Error publishing comment: %v", err) | ||
} | ||
log.Println(msg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that message is actually useful :) it duplicates what we post as comment, but it make clear why job failed in logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah alright, we probably need to sort out usages of log, fmt, and println at some point
…rbac Support org level rbac
No description provided.