We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
GitHub Search open Issues By Keyword
org, repo name keyword
list of issues - name, number, descrption
query = 'repo:org_name/repo_name is:open keyword' issues = g.search_issues(query)
for issue in issues: print(issue.title, issue.html_url)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Contact Details
No response
Action Name
GitHub Search open Issues By Keyword
Action Inputs
org,
repo name
keyword
Action Outputs
list of issues - name, number, descrption
Comments
Search for issues in the GitHub repository
query = 'repo:org_name/repo_name is:open keyword'
issues = g.search_issues(query)
Print the title and URL of each issue
for issue in issues:
print(issue.title, issue.html_url)
Code of Conduct
The text was updated successfully, but these errors were encountered: