Questions tagged [github-services]
18 questions
661
votes
16 answers
How do I create a folder in a GitHub repository?
I want to create a folder in a GitHub repository and want to add files in that folder. How do I achieve this?

Sagar
- 7,115
- 6
- 21
- 35
337
votes
4 answers
Creating folders inside a GitHub repository without using Git
I want to add a new folder to my newly created GitHub repository without installing the Git setup for (Mac, Linux, and Windows). Is it possible to do so?
I can't have Git all the time with me when I work on different systems/machines. I know how to…

softvar
- 17,917
- 12
- 55
- 76
20
votes
7 answers
Why is my travis-ci build status always reflected as unknown?
I setup travis-ci for a new rails project, but for some reason the build status is always shown as unknown in my README. I have googled a bit and not been able to find any solutions. Although I have had some similar symptoms as others. E.g., all of…

briandavidwetzel
- 259
- 2
- 7
18
votes
3 answers
Change Avatar Next to GitHub Username (For Commits)
I have a username on GitHub and have an avatar for that -- easy enough.
The Get a single user V3 API does include my gravatar when I call it with my GitHub id.
However, when I push my commits, I have my name show as the committer but next to it is…

Gabriel Ryan Nahmias
- 2,135
- 2
- 26
- 39
9
votes
1 answer
Github Download Page / Button not visible anymore
I used to upload binary files using the downloads / add download ... button on the files tab in my repo. This functionality seems to be gone. Does anybody have any idea why? Temporary Github issue / browser issue / ...?

Dennis Bork
- 91
- 1
- 2
8
votes
1 answer
Replacing Github email service with Webhooks
Right now we are using the Github email service so that our team receives notifications whenever changes are made. However, soon Github services will be deprecated. I was wondering if there was any pre existing services that could replicate the…

Em Eldar
- 686
- 1
- 8
- 25
4
votes
2 answers
Can I use github-services hook to post my feeds to other services?
Github has developed github-services hook to push commits to other services like bugzilla, campfire, basecamp ..
Can one use the same github-services hook to push my application data to other services? If yes how may I integrate github-services to…

krunal shah
- 16,089
- 25
- 97
- 143
4
votes
2 answers
Github pull request hooks, static code analysis and provisional rollback
Does github provide
hooks to setup scripts to be run on every pull request (where say, one could call a simple static code analyser script)
and a provision to reject the pull request, based on the results from that
script run via pull request…

megazoe
- 545
- 1
- 4
- 17
4
votes
1 answer
How to forward github issues to mailing list?
I would like to forward (or better said, mirror) github issues (of an Open Source project) to the project's public mailing list.
How can I do it?
Are there any existing solutions using github's API?
(Service hooks in repository settings only forward…
user975135
4
votes
1 answer
Github Services / Ruby Gem "eventmachine" Mac installation woes
I don't think it particularly matters, but my branch of the Github Services repo is https://github.com/franklovecchio/github-services
When I try to run "sudo ruby github-services.rb" to test my hook, it trys to install eventmachine, which gives the…
user375566
2
votes
1 answer
Create GitHub.com Hook
I am attempting to create a hook using the create hook api found on
http://developer.github.com/v3/repos/hooks/#create-a-hook
but I am getting a 301 when I attempt to post, so I am sure I am doing it wrong...
A couple of questions...
1) How does…

Jeffrey L. Roberts
- 2,844
- 5
- 34
- 69
2
votes
1 answer
graph contributor empty
I have several projects on github, but in some of them the graph of contributors is empty, even though my .gitconfig has a name and email set up.
https://github.com/jlengrand/batchWaterMarking/graphs/contributors
You can see on main page that I am…

jlengrand
- 12,152
- 14
- 57
- 87
1
vote
0 answers
How to deploy two git repositories on same AWS instance with codeDeploy service?
I have to deploy two github repositories on AWS.For this, I am using "GitHub Auto-Deployment" service. (deployment service is working fine)
The problem is when the code from one repository deploys on Server the code from other gets automatically…

Varun Nayyar
- 887
- 4
- 20
- 46
1
vote
0 answers
GitHub webhook to Jenkins template instance not working
I can easily set a service from GitHub to Jenkins webhook in freestyle jobs, but the same doesn't seem to work when the Jenkins job type is an instance of a job template.
I created an attribute in my template called GITHUB_PROJECT_URL and added…

Fo.
- 3,752
- 7
- 28
- 44
0
votes
1 answer
Github Service (Jenkins) Using Rest API
We are using Github API https://api.github.com/repos/:owner/:repo/hooks to create the Jenkins service in the repositoy. We are sending the following body
{
"name": "jenkins",
"active": true,
"events": [
"push",
"pull_request"
],
…

Yug Singh
- 3,112
- 5
- 27
- 52