Skip to content

Commit

Permalink
adding to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamalinov committed Feb 17, 2024
1 parent ec376a2 commit 3288ae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/github/webhook_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ async def handle_issue_labeled(payload):
response = requests.post(url, headers=headers, json=data)

os.chdir(original_path)

# TODO delete tmp folder

async def handle_webhook_event(payload):
# TODO Verify webhook using webhoo.verify from octokit
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 3288ae7

Please sign in to comment.