question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Accessing global config values from the .github repository

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
issue-label-bot[bot]commented, Jun 25, 2020

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.

0reactions
gr2mcommented, Dec 9, 2020

sounds good, lets close the issue for now, and chat again when you pick up the work on your bot

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found