We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863f2ac commit 02b8d53Copy full SHA for 02b8d53
patchwork/steps/CreatePR/CreatePR.py
@@ -34,8 +34,8 @@ def __init__(self, inputs: dict):
34
self.scm_client = AzureDevopsClient(inputs["azuredevops_api_key"])
35
else:
36
logger.warning(
37
- f'Missing required input data: "github_api_key" or "gitlab_api_key",'
38
- f" PR creation will be disabled."
+ f'Missing required input data: "github_api_key", "gitlab_api_key" or "azuredevops_api_key". '
+ f"PR creation will be disabled."
39
)
40
self.enabled = False
41
0 commit comments