You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Release Workflow is failing with the below error.
TypeError: Repository.create_pull() takes 3 positional arguments but 5 positional arguments (and 2 keyword-only arguments) were given
Error: Process completed with exit code 1.
The recent upgrade to python 3.12 may have cause the arugment type error. Per the 3.12 docs the expected format would be
Go to Actions in detection-rules repo and then to Release fleet
Click on Run workflow and supply a parameter per release steps here
Issue Build
See error
Expected behavior
A clear draft PR to the integrations repository
Workaround
At this step only the PR creation is failing. We can manually fetch the PR details from the build job and create them .
Not a blocker for release steps but some manual correlations are needed like sample below
remote: Create a pull request for 'detection-rules/8.10.14-beta.1-98170269' on GitHub by visiting:
remote: https://github.com/elastic/integrations/pull/new/detection-rules/8.10.14-beta.1-98170269
The text was updated successfully, but these errors were encountered:
Describe the bug
The Release Workflow is failing with the below error.
The recent upgrade to python 3.12 may have cause the arugment type error. Per the 3.12 docs the expected format would be
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear draft PR to the integrations repository
Workaround
At this step only the PR creation is failing. We can manually fetch the PR details from the build job and create them .
Not a blocker for release steps but some manual correlations are needed like sample below
The text was updated successfully, but these errors were encountered: