-
-
Notifications
You must be signed in to change notification settings - Fork 441
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
@mention in PR body is not autolinked #1033
Comments
Hi @ericis I don't think this has anything to do with the action itself. Check the visibility of the team. Is it secret or visible? You mentioned |
Thanks @peter-evans . Can you see the team? |
@peter-evans here is an example of direct mentions working: I can edit the original PR message and "fix" the mention by retyping it. At one point, an extra space at the end triggered the browser, so I added an extra space before and after the mention too (2 spaces before and after). By the way, I tried a few variations without success:
|
Makes sense. I'll try with a PAT from the github "system account" (just another account) and will provide an update. Ultimately, mentioning the team was just an attempt to work-around the issue that I couldn't assign the team to "reviewers" and fell back on assigning the system account with hopes that I could @mention the team. |
For assigning a team as reviewers check this issue which explains the solution: #155 (comment) |
@peter-evans we think alike! I already linked that exact comment in the build's "reviewers" section below. Thank you.
|
@peter-evans Thank you. Success! ourchitecture/hello-cloud#196 Both the body Our setup:
|
Subject of the issue
Mentioning a team or user does not seem to properly autolink.
Steps to reproduce
See: ourchitecture/hello-cloud#192 (comment)
The team @ourchitecture/hello-cloud-maintainers is not auto-linked in the PR, despite the team having maintainer access to the repo.
The GitHub Actions source code for this is located here:
https://github.com/ourchitecture/hello-cloud/blob/d7ff33a325d53a6852d93a4ebf7c3416280ecf20/.github/workflows/documentation.yml#L8
And, here:
https://github.com/ourchitecture/hello-cloud/blob/d7ff33a325d53a6852d93a4ebf7c3416280ecf20/.github/workflows/documentation.yml#L69
The text was updated successfully, but these errors were encountered: