I
I
Igor Ivanov2017-11-26 09:46:01
GitHub
Igor Ivanov, 2017-11-26 09:46:01

How to automatically catch changes in someone else's project on GitHub.com?

There is someone else's project on GitHub.com.
I need some kind of trigger to fire on commits or releases in that project and automatically make changes to my project. For example, my project would create a file with the last update date of that project.
How to implement it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Ivanov, 2017-12-09
@ksey3000

Nobody seems to know...
I had to write a program for this purpose - GitMon .
Lies here - https://github.com/MrKsey/GitMon
A program for automating polling of the commits and releases sections of any repository on github.com and performing actions specified by the user.

  • You have a project on hub.docker.com that has dependencies on someone else's code hosted on github.com. You want your image to be compiled on hub.docker.com when new commits and/or releases appear in that code.
  • You want to get a log of changes for several projects from github.com at once, arranged in chronological order and save them to a file.
  • When changes appear in any of the projects, execute an arbitrary shell script.
  • ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question