UTSAVS26 / PyVerse

PyVerse is an open-source collection of diverse Python projects, tools, and scripts, ranging from beginner to advanced, across various domains like machine learning, web development, and automation.
https://sites.google.com/view/pyverse-python-universe/
MIT License
5 stars 6 forks source link

🐛: Auto Comment on PR Merge and Issue Close Failing Due to Errors #6

Open UTSAVS26 opened 8 hours ago

UTSAVS26 commented 8 hours ago

:red_circle: Title :
Auto Comment on PR Merge and Issue Close Failing Due to Errors

:red_circle: Bug :

  1. PR Merge Auto Comment Fails:
    When attempting to auto-comment on PR merge, the following error occurs:

    {
     "message": "Resource not accessible by integration",
     "documentation_url": "https://docs.github.com/rest/issues/comments#create-an-issue-comment",
     "status": "403"
    }
    Error: Process completed with exit code 1.
  2. Issue Close Auto Comment Fails:
    The following syntax error is preventing the auto-comment from being added on issue close:

    /home/runner/work/_temp/00cb0ad8-b57c-4b74-9eca-ec7eaf8b5b70.sh: line 18: syntax error: unexpected end of file
    Error: Process completed with exit code 2.

:red_circle: Changes :


github-actions[bot] commented 8 hours ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

yashksaini-coder commented 8 hours ago

can you assign this issue to me @UTSAVS26