githubschool / eureka

Let's learn about Git and GitHub
https://githubschool.github.io/eureka/
MIT License
0 stars 0 forks source link

Parking Lot #7

Open gusshawstewart opened 3 years ago

gusshawstewart commented 3 years ago

Post any questions you may have here during the training.

gusshawstewart commented 3 years ago
DawidChojnacki-TomTom commented 3 years ago

Is there a REST API for managing the pull requests?

FilipStachowiak-TomTom commented 3 years ago

@gusshawstewart We have a 100000 of tools and CI jobs that expect master branch to be called "master". To avoid manual change for new repositories each time, is there a way to configure it on organization/team/template level?

gusshawstewart commented 3 years ago

Recording

Topic: TomTom developer training 
Start Time : Mar 9, 2021 07:52 AM

Meeting Recording:
https://github.zoom.us/rec/share/vtsCmiO6lgra1QYOidevZa7xKlZGY6xgbYRUTNASr14F6R5qPkYqql_iSlrFDVR8.e_0KhageRlJmQt_6

Access Passcode: .^g1n#i0
gusshawstewart commented 3 years ago

Is there a REST API for managing the pull requests?

@DawidChojnacki-TomTom there is, and here is the documentation

@gusshawstewart We have a 100000 of tools and CI jobs that expect master branch to be called "master". To avoid manual change for new repositories each time, is there a way to configure it on organization/team/template level?

@FilipStachowiak-TomTom absolutely - this is the documentation on how to do so You can also use template repositories with the chosen default branch name

gusshawstewart commented 3 years ago

Adding multiple wiki pages

this is possible, and here is how