Skip to content
New issue

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

[Action]: GitHub Search open Issues By Keyword #335

Open
1 task done
dougsillars opened this issue Mar 11, 2023 · 0 comments
Open
1 task done

[Action]: GitHub Search open Issues By Keyword #335

dougsillars opened this issue Mar 11, 2023 · 0 comments
Labels

Comments

@dougsillars
Copy link
Contributor

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

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants