Skip to content

Commit

Permalink
Merge pull request #106 from sonomirco/dev/mibi/last-test
Browse files Browse the repository at this point in the history
Update read PR
  • Loading branch information
sonomirco committed Dec 21, 2023
2 parents f7cde1b + 6f0d7e6 commit 994756c
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 994756c

Please sign in to comment.