Accessing global config values from the .github repository
See original GitHub issueI am looking into reading config values when the app loads. So, I won’t have any context to use context.config
on. I am looking to keeping this config in the .github
repository. Is there any API supplied by Probot which can fetch config values from the .github
repository without having a context?
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
How To Use GitHub and Set Global Variables - Oodles ERP
git config - using this tool you can get and set configuration variables. To view all of your settings and where they are...
Read more >git-config Documentation - Git
When writing, the new value is written to the repository local configuration file by default, and options --system , --global , --worktree ,...
Read more >List and show Git config settings | TheServerSide
Show global git config settings The git config list command will display values in gitconfig files. As you can see when we show...
Read more >How do I show my global Git configuration? - Stack Overflow
How do I view all settings? · Run git config --list , showing system, global, and (if inside a repository) local configs ·...
Read more >git config | Atlassian Git Tutorial
The git config command is a convenience function that is used to set Git configuration values on a global or local project level....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue-Label Bot is automatically applying the label
question ❓
to this issue, with a confidence of 0.86. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
sounds good, lets close the issue for now, and chat again when you pick up the work on your bot