Skip to content

Adding example for a Github to Slack agent #98

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

Merged
merged 7 commits into from
Apr 2, 2025

Conversation

andrew-lastmile
Copy link
Contributor

Adding an example agent for Github to Slack:

  • Reads PRs from Github
  • Prioritizes the PRs based on status, date created, state, etc.
  • Posts a summary of the prioritization to a Slack channel

@andrew-lastmile andrew-lastmile requested a review from saqadri April 1, 2025 21:48
Copy link
Collaborator

@saqadri saqadri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niiiice

await github_to_slack_agent.close()

# Ensure logging is properly shutdown
await LoggingConfig.shutdown()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't think this is needed explicitly

@andrew-lastmile andrew-lastmile merged commit 19b4428 into main Apr 2, 2025
4 checks passed
saqadri pushed a commit that referenced this pull request Apr 17, 2025
* Create README.md

* Adding github to slack agent example

* Update README.md

* Adding extra info on setting up a slack bot

* Remove unused variable

* Removing unnecessary shutdown of logging

* Removing unused import
@andrew-lastmile andrew-lastmile deleted the andrew-lastmile-github-to-slack-example branch April 18, 2025 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants