Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdnaneKhan/ActionsTOCTOU
/ functions
Functions
8 in github.com/AdnaneKhan/ActionsTOCTOU
⨍
Functions
8
◇
Types & classes
0
↓ 3 callers
Function
create_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 callers
Function
get_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 callers
Function
get_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 callers
Function
get_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 callers
Function
get_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 callers
Function
get_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 callers
Function
get_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 callers
Function
main
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