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

Feature request: database to contain users rather than config file #93

Open
alexmuller opened this issue Apr 27, 2016 · 6 comments
Open

Comments

@alexmuller
Copy link
Contributor

It would be really cool if we could control the list of users in Slack rather than having to make pull requests to the config file. For example with these commands in the channel:

seal list members
seal add alexmuller
seal remove alexmuller
@binaryberry
Copy link
Owner

Sorry about the slow of feedback! That would be nice. It would require a hubot integration, which I've started work on but haven't yet completed.
I do find it's a pain that most of the PRs on the seal are config changes. Will work on it when I finally have free time again, which won't be until late july. But PRs welcome if you're in a rush :-)

@petrgazarov
Copy link

+1 a database would be great.

@binaryberry
Copy link
Owner

Thanks Petr for the feedback! I'm hoping I'll get some time to do this over Christmas! Unless a generous PR comes along :-)

@stig
Copy link
Contributor

stig commented Mar 22, 2017

I second a database! Or, ability to pull config from a different repo perhaps? We have a private fork because we don't feel the need to clutter your repo with our config & team names.

@netflash
Copy link
Contributor

You can use just the ENV variables, I don't have config file at all.

export SEAL_ORGANISATION="org"
export GITHUB_MEMBERS="user1,user2,netflash"
export SLACK_CHANNEL="#channel-name"
export DYNO=true

@stig
Copy link
Contributor

stig commented Mar 29, 2017 via email

@netflash netflash mentioned this issue Apr 6, 2017
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

No branches or pull requests

5 participants