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

Don't delay daily tags for draft PRs #1191

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TimoWilken
Copy link
Contributor

Draft PRs are not tested until marked as non-draft, so there's no point in waiting for them.

@TimoWilken
Copy link
Contributor Author

OK, seems to be working with the AliPhysics dailies. However, I've had to update to a newer PyGithub version (the older one we were using before doesn't expose a pull.draft attribute, apparently). The new version isn't available for Python 2, but do we really want to support running ali-bot stuff under Python 2?

@ktf
Copy link
Member

ktf commented Sep 22, 2022

No, we don't especially now that all new builds are done on cc7.

@TimoWilken TimoWilken marked this pull request as ready for review October 12, 2022 16:28
@TimoWilken
Copy link
Contributor Author

The fix to use only Python 3 is in #1206.

Draft PRs are not tested until marked as non-draft, so there's no point in
waiting for them.
@TimoWilken
Copy link
Contributor Author

@ktf CI is green now. Is this OK to merge?

@@ -15,7 +15,7 @@
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

install_requires = ['PyGithub==1.45', 'argparse', 'requests', 'pytz', 's3cmd',
install_requires = ['PyGithub==1.55', 'argparse', 'requests', 'pytz', 's3cmd',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure this works everywhere?

@TimoWilken TimoWilken marked this pull request as draft December 18, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants