package
0.0.0-20250102143149-e7e1a02427e0
Repository: https://github.com/chia-network/github-bot.git
Documentation: pkg.go.dev
# Functions
CheckAndComment checks for the specific comment from a specific account and posts a comment if it doesn't exist.
CheckForPendingCI returns a list of PR URLs that are ready for CI to run but haven't started yet.
CheckStalePRs will return a list of PR URLs that have not been updated in the last 7 days by internal team members.
CheckUnsignedCommits will return a list of PR URLs that have not been updated in the last 7 days by internal team members.
FindAllPRs obtains all PRs for the repository.
FindCommunityPRs obtains PRs based on provided filters for community members.
GetTeamMemberList obtains a list of teammembers.
# Structs
PendingPR holds information about pending PRs.
StalePR holds information about pending PRs.
UnsignedPRs holds information about pending PRs.