hubcommander icon indicating copy to clipboard operation
hubcommander copied to clipboard

A Slack bot for GitHub organization management -- and other things too

Results 15 hubcommander issues
Sort by recently updated
recently updated
newest added

When new users enter a channel, they should be greeted with the `!Help` command output as an ephemeral message. This will additionally help reduce spam. This should also be set...

Need to have better debug logging in place for HubCommander.

enhancement
help wanted
Difficulty: Newcomer
Hacktoberfest

[`pyvenv` was removed from Python3.8](https://docs.python.org/3/whatsnew/3.8.html#api-and-feature-removals), but the `basic_install.sh` script is still relying on this library. Can probably be replaced with `python3 -m venv` for newer Python versions.

Issue #111 - fixed deprecated pyvenv to python3 -m venv

Added `!ArchiveRepo` command that use [the repo API - archive endpoint](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories#archiving-a-repository).