diff options
| author | Alex Robinson <alexdwanerobinson@gmail.com> | 2016-04-02 13:50:38 -0700 |
|---|---|---|
| committer | Alex Robinson <alexdwanerobinson@gmail.com> | 2016-04-02 13:50:38 -0700 |
| commit | a14214ee5e85a24241f416ecd331b3b666dfb62e (patch) | |
| tree | 981b7964a4863efb0e156ada062237b254868af3 | |
| parent | 69a34def5cb6ef6e3403878df65fe27fbef6645e (diff) | |
| parent | 75e63949ff758a0e494761b46cfe3afbc9d09b06 (diff) | |
Merge pull request #23665 from a-robinson/buildcop
Fix the link for unlabeled issues in the build cop guide.
| -rw-r--r-- | on-call-build-cop.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/on-call-build-cop.md b/on-call-build-cop.md index 18067799..bb4b513c 100644 --- a/on-call-build-cop.md +++ b/on-call-build-cop.md @@ -59,7 +59,7 @@ Traffic sources and responsibilities * When in doubt, choose a TL or team maintainer of the most relevant team; they can delegate * Keep in mind that you can @ mention people in an issue/PR to bring it to their attention without assigning it to them. You can also @ mention github teams, such as @kubernetes/goog-ux or @kubernetes/kubectl * If you need help triaging an issue or PR, consult with (or assign it to) @brendandburns, @thockin, @bgrant0607, @quinton-hoole, @davidopp, @dchen1107, @lavalamp (all U.S. Pacific Time) or @fgrzadkowski (Central European Time). - * At the beginning of your shift, please add team/* labels to any issues that have fallen through the cracks and don't have one. Likewise, be fair to the next person in rotation: try to ensure that every issue that gets filed while you are on duty is handled. The Github query to find issues with no team/* label is: [here](https://github.com/kubernetes/kubernetes/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+-label%3Ateam%2Fcontrol-plane+-label%3Ateam%2Fmesosphere+-label%3Ateam%2Fredhat+-label%3Ateam%2Frelease-infra+-label%3Ateam%2Fnone+-label%3Ateam%2Fnode+-label%3Ateam%2Fcluster+-label%3Ateam%2Fux+-label%3Ateam%2Fcsi+-label%3Ateam%2Fapi+-label%3Ateam%2Ftest-infra+-label%3Ateam%2Fgke). + * At the beginning of your shift, please add team/* labels to any issues that have fallen through the cracks and don't have one. Likewise, be fair to the next person in rotation: try to ensure that every issue that gets filed while you are on duty is handled. The Github query to find issues with no team/* label is: [here](https://github.com/kubernetes/kubernetes/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+-label%3Ateam%2Fcontrol-plane+-label%3Ateam%2Fmesosphere+-label%3Ateam%2Fredhat+-label%3Ateam%2Frelease-infra+-label%3Ateam%2Fnone+-label%3Ateam%2Fnode+-label%3Ateam%2Fcluster+-label%3Ateam%2Fux+-label%3Ateam%2Fapi+-label%3Ateam%2Ftest-infra+-label%3Ateam%2Fgke+-label%3A"team%2FCSI-API+Machinery+SIG"+-label%3Ateam%2Fhuawei+-label%3Ateam%2Fsig-aws). Example response for support issues: |
