diff --git a/projects/core/ci_entrypoint/github/pr_args.py b/projects/core/ci_entrypoint/github/pr_args.py index 9692537d..3a914f7c 100755 --- a/projects/core/ci_entrypoint/github/pr_args.py +++ b/projects/core/ci_entrypoint/github/pr_args.py @@ -2,7 +2,7 @@ """ GitHub PR Arguments Parser -Fetches GitHub PR comments, finds the last comment from the PR author or CONTRIBUTOR, +Fetches GitHub PR comments, finds the last comment from the PR author or COLLABORATOR, and extracts test configuration from special directives. Converts the bash script pr_args.sh to Python with enhanced error handling and structure. @@ -25,7 +25,7 @@ logger = logging.getLogger(__name__) -REQUIRED_AUTHOR_ASSOCIATION = "CONTRIBUTOR" +REQUIRED_AUTHOR_ASSOCIATION = "COLLABORATOR" DEFAULT_REPO_OWNER = "openshift-psap" DEFAULT_REPO_NAME = "forge"