Skip to content
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

bpo-to-github-migration notify new-bugs-announce on new issue open #32421

Merged
merged 1 commit into from Apr 10, 2022

Conversation

Copy link
Member

@ewdurbin ewdurbin commented Apr 8, 2022

ref psf/gh-migration#7

Unfortunately this quick and dirty one relies on a template that lives in MailGun.

If someone is interested in considering a way to manage formatting from the action, please do!

New GitHub issue #{{ issue }} from {{author}}:<br>

<hr>

<pre>
{{body}}
</pre>

<hr>

<a href="{{url}}">View on GitHub</a>
<p>Labels: {{ labels }}</p>
<p>Assignee: {{ assignee }}</p>

ref psf/gh-migration#7

Unfortunately this quick and dirty one relies on a template that lives in MailGun.

If someone is interested in considering a way to manage formatting from the action, please do!

```
New GitHub issue #{{ issue }} from {{author}}:<br>

<hr>

<pre>
{{body}}
</pre>

<hr>

<a href="{{url}}">View on GitHub</a>
<p>Labels: {{ labels }}</p>
<p>Assignee: {{ assignee }}</p>
```
Copy link
Member

@ezio-melotti ezio-melotti left a comment

LGTM. We can iterate on it later to improve it.

@ewdurbin
Copy link
Member Author

@ewdurbin ewdurbin commented Apr 8, 2022

screenshots of a test issue in a throw away repository and the resulting email:

Screen Shot 2022-04-08 at 1 51 45 PM

Screen Shot 2022-04-08 at 1 52 14 PM

@ezio-melotti ezio-melotti self-assigned this Apr 10, 2022
@ezio-melotti ezio-melotti merged commit 9263c86 into main Apr 10, 2022
12 checks passed
@ezio-melotti ezio-melotti deleted the notify_new_bugs_announce branch Apr 10, 2022
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Apr 10, 2022

@ezio-melotti: Please replace # with GH- in the commit message next time. Thanks!

gvanrossum pushed a commit to gvanrossum/cpython that referenced this issue Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants