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

Fix improper default value check in tbot's FromCLIConf() #11169

Merged
merged 2 commits into from
Mar 16, 2022

Conversation

timothyb89
Copy link
Contributor

The default join_method value was improperly assumed to be "" which caused any onboarding config from the config file to be overwritten.

This uses the correct default and allows bots to be fully onboarded via config file.

Fixes #11099

The default `join_method` value was improperly assumed to be "" which
caused any onboarding config from the config file to be overwritten.

This uses the correct default and allows bots to be fully onboarded
via config file.

Fixes #11099
@github-actions github-actions bot requested review from r0mant and Tener March 16, 2022 00:02
@timothyb89 timothyb89 force-pushed the timothyb89/tbot-fix-token-from-config-file branch from 98c4922 to c7d50cf Compare March 16, 2022 00:02
@timothyb89 timothyb89 enabled auto-merge (squash) March 16, 2022 21:21
@timothyb89 timothyb89 merged commit dba79e8 into master Mar 16, 2022
@timothyb89 timothyb89 deleted the timothyb89/tbot-fix-token-from-config-file branch March 16, 2022 21:46
timothyb89 added a commit that referenced this pull request Mar 16, 2022
The default `join_method` value was improperly assumed to be "" which
caused any onboarding config from the config file to be overwritten.

This uses the correct default and allows bots to be fully onboarded
via config file.

Fixes #11099
zmb3 pushed a commit that referenced this pull request Mar 16, 2022
…11206)

The default `join_method` value was improperly assumed to be "" which
caused any onboarding config from the config file to be overwritten.

This uses the correct default and allows bots to be fully onboarded
via config file.

Fixes #11099
@webvictim webvictim mentioned this pull request Apr 19, 2022
@webvictim webvictim mentioned this pull request Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Machine ID does not detect token in file configuration
3 participants