feat: Add tweet preview and tweeted URL to PR conversation#225
feat: Add tweet preview and tweeted URL to PR conversation#225IstoraMandiri wants to merge 2 commits intotwitter-together:mainfrom
Conversation
dd2ebac to
13163d8
Compare
|
@gr2m Perhaps you can point me in the right direction with the post-merge part of this PR with your better knowledge of github actions and octokit. Currently the The problem is that within the Thanks. |
|
Another problem I've run into is that the I think we'd somehow need to use |
That is true. When using Actions, that's what we need to do. We could support both and tell if folks are uncomfortable to use the I think we'll need to update action code to account for the event trigger change |
|
I'm closing this PR and integrating it into #224 |
Fixes #223
After each PR preview generation, the bot will post a comment to the PR thread, making things far more obvious for contributors and maintainers.
Example: IstoraMandiri/twitter-together-testing#18
EDIT: In draft mode until I implement post-merge URL tweeting and remote fork PRs.
TODO: Document updating workflow, gituhb for "Actions permissions", splitting workflow into two files