-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Workflow] Adding workflow name to the announce event #23593
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
Conversation
good catch.
Because I only searched for |
A unit test sounds necessary here. |
For which branch is this? |
This feature was introduced in #21925 I was not sure if my PR is a bugfix or a feature. We may consider it as a bugfix since all other events have the workflow name. We could also consider it as a feature since If we think this is a bugfix, then branch 3.3. Sorry for not being clear it the PR description. |
👍 |
Then a CHANGELOG entry would be good to advertise it :) |
Sorry for the delay. I've updated the change log. |
👍 |
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.
But we probably need a test before merging. Thanks!
Other events are not tested. I'm fine with this PR. |
I've added a small test. |
Oups, I have changed the "base" of this PR to set 3.4 instead of master. |
Im traveling atm, I maybe able to do it later tonight. Feel free to do it for me. |
The PR is ready. I'm gonna merge it today. Thanks. |
deps=low tests are failing |
Thank you. I've updated the tests now. |
Thanks for your work on this new feature! |
…(Nyholm) This PR was squashed before being merged into the 3.4 branch (closes #23593). Discussion ---------- [Workflow] Adding workflow name to the announce event | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Im not sure why this as not been added before. When dispatching all other events we use the forth parameter to Event. Ping @lyrixx Commits ------- f4c5cff [Workflow] Adding workflow name to the announce event
Thank you for merging |
Im not sure why this as not been added before. When dispatching all other events we use the forth parameter to Event.
Ping @lyrixx