-
Notifications
You must be signed in to change notification settings - Fork 283
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
feat: create parity issue workflow #3080
Conversation
This will remotely trigger the workflow introduced via microsoft/botbuilder-js#3080
The relevant dotnet PR is here: microsoft/botbuilder-dotnet#4997 |
Here is a sample issue from testing against some of my personal repos: https://github.com/joshgummersall/ts-plugin-mvp/issues/29 |
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.
This is a good start, in the future we might have to write a custom workflow to get to where we want (i.e. if some change occurs in the *.sln or *.csproj files in .NET we likely don't need those changes in JS or Python)
Also, it seems like it might be possible to get the PRs linked issue according to this this doc page.
Pull Request Test Coverage Report for Build 375315638
💛 - Coveralls |
Any repo that is "downstream" of |
@stevengum my goal was to use the simplest primitives possible in the bb-js repo and rely on upstream producers to determine when to trigger this action. Specifically, we could adjust the PR merge workflow in the |
This will remotely trigger the workflow introduced via microsoft/botbuilder-js#3080
This workflow will create a parity issue that includes a short summary and a link to a pull request, along with the parity label, to keep us honest! It will trigger on manual dispatch - actions will need to be added to other repos to trigger this workflow.
a5880a8
to
d5b6101
Compare
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: joshgummersall/create-issue@main |
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.
@gabog this action might be useful in writing a workflow to automatically create child issues from a parent botframework-sdk issue.
This will remotely trigger the workflow introduced via microsoft/botbuilder-js#3080
This workflow will create a parity issue that includes a short summary
and a link to a pull request, along with the parity label, to keep us
honest!
It will trigger on manual dispatch - actions will need to be added to
other repos to trigger this workflow.