-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Adds automated generation of provider issue to track test progress #16419
Conversation
e01ce44
to
e08e5ee
Compare
d69a0ec
to
2386d8e
Compare
2386d8e
to
434695d
Compare
912f875
to
aad8314
Compare
Hey @ashb @kaxil - regardless of the long-term solution, this is is a very nice automation that helped me to manage the provider issue with status of releases - both the first one and the follow up. It's rather nice IMHO and allows to make it manageable with testing status and pinging people automatically to test the release of providers. It's green, I could merge it :) |
Saved me couple of hours today already. |
Updated |
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
a9bc487
to
0af921f
Compare
Allows to automatically generate draft of the issue which can be used to track progress of testing released providers.
0af921f
to
4664b66
Compare
…pache#16419) Allows to automatically generate draft of the issue which can be used to track progress of testing released providers. (cherry picked from commit f40d555)
…pache#16419) Allows to automatically generate draft of the issue which can be used to track progress of testing released providers.
Allows to automatically generate draft of the issue which can be
used to track progress of testing released providers.