diff --git a/.github/read_pr.yml b/.github/read_pr.yml index 65a0ae4..cb77171 100644 --- a/.github/read_pr.yml +++ b/.github/read_pr.yml @@ -5,6 +5,8 @@ import argparse 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 diff --git a/.github/workflows/context.yml b/.github/workflows/context.yml index 077ea66..f9d1e5d 100644 --- a/.github/workflows/context.yml +++ b/.github/workflows/context.yml @@ -1,7 +1,6 @@ name: Check context #last on: - push: issue_comment: pull_request: