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

Update read PR #106

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/read_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import distutils.util
from github import Github

#comment

def get_env_var(env_var_name, echo_value=True):
"""Try to get the value from a environmental variable.
If the values is 'None', then a ValueError exception will
Expand Down Expand Up @@ -56,7 +54,6 @@ def pull_request_checker():

# Get the pull request labels and check if the PR has labels.
pr_labels = pr.get_labels()
pr.
print(f'Pr labels: {pr_labels.totalCount}')

if __name__ == "__main__":
Expand Down
Loading