Questions tagged [github-integration]
7 questions
2
votes
0 answers
Internal Server Error when connecting Heroku to GitHub
I have the free tier on Heroku so they told me to ask for support on StackOverflow instead of Heroku.
I had a deployment method for my Heroku app set to a GitHub repository and it was working fine. At some point in the past, I believe I changed the…

meowsome
- 77
- 1
- 9
2
votes
2 answers
Slack GitHub integration, send messages by labels
When using slack with GitHub, is there any option to send messages by checking labels. For example if in commit exists label "design", message will go to 'design' channel. Is there any ready implementation or we need to do something custom?
user5564157
2
votes
0 answers
"Resource not accessible by integration" when setting status as organisation
I was writing a small integration for github (https://github.com/ligi/kontinuum) which works fine when using with the user that I created it with. Now I wanted to use this integration for an organisation - unfortunately I get the following error…

ligi
- 39,001
- 44
- 144
- 244
1
vote
0 answers
Android Studio 3.2 Canary 12/14/15/16 has no Github integration
The Android Studio 3.2 Canary version 12/14/15/16 doesn't have github integration, so I can't clone it from it, and when I try to pull/push on an already cloned repository, it keeps me asking for credentials everytime, and after 3 times trying to…

julioribeiro
- 1,565
- 2
- 14
- 22
0
votes
0 answers
Is there any way API or github integration provided by slite, so that when a release note gets published on github, it also gets published on slite?
I work at a software company which hosts its source code on github. Whenever a new release comes out, the release notes are also generated with it. The release notes are then manually copied by a person and published on slite. Is there any way API…

Saad Farooq
- 39
- 1
- 8
0
votes
0 answers
How can I show just code section of my github repository code (without other part just code) in my flutter app?
New here. How can I show just code from my repository in Flutter app like we see on many websites?
0
votes
1 answer
GitHub Integartion with Custom Bash Script via ssh
Is it possible to integrate your own bash script into GitHub?
I'd like to set up GitHub so that any pull request would have to run via ssh a script. This script will do all kinds of testing and my own CI/CD process.
How do you get GitHub to call…

JoshK
- 337
- 4
- 16