Thread (1 message) 1 message, 1 author, 2020-05-05

Re: [PATCH v3 2/3] CI: limit GitHub Actions to designated branches

From: Junio C Hamano <hidden>
Date: 2020-05-05 18:49:16

Đoàn Trần Công Danh  [off-list ref] writes:
Git's maintainer usually don't have enough time to debug the failure of
invidual feature branch, they usually want to look at intergration
branches only.
Please please please do not make this thing about me.  I do not have
Actions enabled at https://github.com/gitster/git/ repository anyway.

Instead, please focus on making the end result useful for general
contributors.
Contributors now can have GitHub Actions as an opt-in option,
should they want to check their code, they will push into designated
branch.
OK, so this is an opt-in approach as you outlined in the cover
letter.
+  pull_request:
+  push:
+    branches:
+      - maint
+      - master
+      - next
+      - jch
+      - pu
+      - 'for-ci**'
+    tags:
+      - '**'
+      - '!**wip**'
I agree with the agreement you and Peff reached about for-ci plus
for-ci/** patterns and building only v[0-9] tags in your discussion
downthread.

Thaks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help