Skip to content

Conversation

@szaffarano
Copy link

@szaffarano szaffarano commented Feb 10, 2025

This is an initial implementation of what I proposed in #1808. It is only focused on Slack, but if you agree with what I did, I could also implement the Teams support.

  • Slack implementation
  • Teams implementation (still WIP)
  • Add tests


def list_commands(self, ctx):
return self._CMD_MAP.keys()
def list_commands(self, ctx) -> list[str]:
Copy link
Author

Choose a reason for hiding this comment

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

the changes here were because of some linting warnings from pyright I got

config = self._load_configuration()

self.target_dir = self._first_not_none(
self.target_dir = str(self._first_not_none(
Copy link
Author

Choose a reason for hiding this comment

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

the changes here were because of some linting warnings from pyright I got

Copy link
Author

Choose a reason for hiding this comment

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

Here is a WIP because I don't have a valid Teams user to test it, but I can finish it if you agree with the current implementation.

@github-actions
Copy link
Contributor

This pull request is stale because it has been open for too long with no activity.
If you would like the pull request to remain open, please remove the stale label or leave a comment.

@github-actions github-actions bot added the Stale label Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant