malhotra5 / test-repo

test repo
0 stars 0 forks source link

Run test code #13

Open malhotra5 opened 6 days ago

malhotra5 commented 6 days ago

Run this sample code in an IPythonCell and print the output

github_token = os.getenv('GITHUB_TOKEN')
headers = {
    'Authorization': f'token {github_token}',
    'Accept': 'application/vnd.github.v3+json'
}
pr_url = "https://api.github.com/repos/malhotra5/test-repo/pulls/12"
pr_response = requests.get(pr_url, headers=headers)
pr_data = pr_response.json()
data=pr_data['head']['sha']
print(data)
github-actions[bot] commented 6 days ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 6 days ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 6 days ago

An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-13' has been created with the attempted changes. You can view the branch here. Manual intervention may be required.

github-actions[bot] commented 6 days ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 6 days ago

A potential fix has been generated and a draft PR #14 has been created. Please review the changes.

github-actions[bot] commented 6 days ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 6 days ago

A potential fix has been generated and a draft PR #15 has been created. Please review the changes.

github-actions[bot] commented 6 days ago

OpenHands started fixing the issue! You can monitor the progress here.

github-actions[bot] commented 6 days ago

The workflow to fix this issue encountered an error. Openhands failed to create any code changes.