In the config.yml, you write vars.myvar and in templates/foo.conf you have to write config.vars.myvar which is confusing. That's just related to the way that I make the vars available internally in the plugin and can be changed. It should be only one way. I like config.vars.
In the config.yml, you write `vars.myvar` and in templates/foo.conf you have to write `config.vars.myvar` which is confusing. That's just related to the way that I make the vars available internally in the plugin and can be changed. It should be only one way. I like `config.vars`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In the config.yml, you write
vars.myvarand in templates/foo.conf you have to writeconfig.vars.myvarwhich is confusing. That's just related to the way that I make the vars available internally in the plugin and can be changed. It should be only one way. I likeconfig.vars.