MCPcopy Create free account

hub / github.com/AdnaneKhan/ActionsTOCTOU / functions

Functions8 in github.com/AdnaneKhan/ActionsTOCTOU

↓ 3 callersFunctioncreate_or_update_file
Create or update a file in a GitHub repository. Parameters: fork_repo (str): The repository in the format 'owner/repo'. fork_branch
actions_toctou.py:147
↓ 1 callersFunctionget_deployment_statuses
Get the statuses of a deployment in a GitHub repository. Parameters: repo (str): The repository in the format 'owner/repo'. deployme
actions_toctou.py:43
↓ 1 callersFunctionget_deployments
Get the deployments associated with a commit in a GitHub repository. Parameters: repo (str): The repository in the format 'owner/repo'.
actions_toctou.py:75
↓ 1 callersFunctionget_file_sha
Get the SHA of a file in a GitHub repository. Parameters: repo (str): The repository in the format 'owner/repo'. file_path (str): Th
actions_toctou.py:20
↓ 1 callersFunctionget_head_commit
Get the head commit of a pull request in a GitHub repository. Parameters: repo (str): The repository in the format 'owner/repo'. tar
actions_toctou.py:59
↓ 1 callersFunctionget_issue_comments
Get the comments of an issue in a GitHub repository. Parameters: repo (str): The repository in the format 'owner/repo'. target_pr (i
actions_toctou.py:121
↓ 1 callersFunctionget_labels
Get the labels of an issue in a GitHub repository. Parameters: repo (str): The repository in the format 'owner/repo'. target_pr (int
actions_toctou.py:99
↓ 1 callersFunctionmain
Main function to monitor GitHub issue comments and create or update a file in a repository. Parameters: target_pr (int): The number of t
actions_toctou.py:179