This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
Use new get_task functionality in tests #1
pr-comment-validate.yml
on: issue_comment
Annotations
2 errors
set_pending_status
Github returned error "Resource not accessible by integration - https://docs.github.com/rest/commits/statuses#create-a-commit-status" when setting status on commit: 2bc1c2e9c1d60aeddfaf30f1bb5b52de4a59bfeb
Request object:
{
"context": "Cross-env Validation",
"description": "Pending..",
"state": "pending",
"owner": "qstokkink",
"repo": "TriblerExperimental",
"sha": "2bc1c2e9c1d60aeddfaf30f1bb5b52de4a59bfeb",
"target_url": "https://github.com/qstokkink/TriblerExperimental/actions/runs/8647285243"
} Possible issues could be that the token used does not have access to the repository containing the commit or the commit/repository does not exist.
|
set_failure_status
Github returned error "Resource not accessible by integration - https://docs.github.com/rest/commits/statuses#create-a-commit-status" when setting status on commit: 2bc1c2e9c1d60aeddfaf30f1bb5b52de4a59bfeb
Request object:
{
"context": "Cross-env Validation",
"description": "Failed!",
"state": "failure",
"owner": "qstokkink",
"repo": "TriblerExperimental",
"sha": "2bc1c2e9c1d60aeddfaf30f1bb5b52de4a59bfeb",
"target_url": "https://github.com/qstokkink/TriblerExperimental/actions/runs/8647285243"
} Possible issues could be that the token used does not have access to the repository containing the commit or the commit/repository does not exist.
|