Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Pull Request template text typo between [skip CI] and [ci skip]
@ 2022-03-21 16:14 jdnumm
  2022-03-21 16:27 ` paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jdnumm @ 2022-03-21 16:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

New issue by jdnumm on void-packages repository

https://github.com/void-linux/void-packages/issues/36263

Description:
The Pull Request template text says [skip CI] but I think it should be [ci skip] (like in the documentation)

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Pull Request template text typo between [skip CI] and [ci skip]
  2022-03-21 16:14 [ISSUE] Pull Request template text typo between [skip CI] and [ci skip] jdnumm
@ 2022-03-21 16:27 ` paper42
  2022-03-21 16:53 ` jdnumm
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-21 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/36263#issuecomment-1074123140

Comment:
Using `[ci skip]` even in a comment might cause every PR to skip CI. `[skip CI](https://...)` is a markdown syntax for links and has nothing to do with `[ci skip]`.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Pull Request template text typo between [skip CI] and [ci skip]
  2022-03-21 16:14 [ISSUE] Pull Request template text typo between [skip CI] and [ci skip] jdnumm
  2022-03-21 16:27 ` paper42
@ 2022-03-21 16:53 ` jdnumm
  2022-03-22 17:50 ` tibequadorian
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jdnumm @ 2022-03-21 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

New comment by jdnumm on void-packages repository

https://github.com/void-linux/void-packages/issues/36263#issuecomment-1074155441

Comment:
I know, but the two are very similar, and at least I got them mixed up after looking at the docs.

But maybe it's really just me getting this wrong :)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Pull Request template text typo between [skip CI] and [ci skip]
  2022-03-21 16:14 [ISSUE] Pull Request template text typo between [skip CI] and [ci skip] jdnumm
  2022-03-21 16:27 ` paper42
  2022-03-21 16:53 ` jdnumm
@ 2022-03-22 17:50 ` tibequadorian
  2022-03-26 16:54 ` tibequadorian
  2022-03-26 17:25 ` [ISSUE] [CLOSED] " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-22 17:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/issues/36263#issuecomment-1075432979

Comment:
Maybe we could write "please skip CI as described in https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration" to avoid confusion?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Pull Request template text typo between [skip CI] and [ci skip]
  2022-03-21 16:14 [ISSUE] Pull Request template text typo between [skip CI] and [ci skip] jdnumm
                   ` (2 preceding siblings ...)
  2022-03-22 17:50 ` tibequadorian
@ 2022-03-26 16:54 ` tibequadorian
  2022-03-26 17:25 ` [ISSUE] [CLOSED] " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-03-26 16:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/issues/36263#issuecomment-1079732011

Comment:
I think this can be closed then.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Pull Request template text typo between [skip CI] and [ci skip]
  2022-03-21 16:14 [ISSUE] Pull Request template text typo between [skip CI] and [ci skip] jdnumm
                   ` (3 preceding siblings ...)
  2022-03-26 16:54 ` tibequadorian
@ 2022-03-26 17:25 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-26 17:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

Closed issue by jdnumm on void-packages repository

https://github.com/void-linux/void-packages/issues/36263

Description:
The Pull Request template text says [skip CI] but I think it should be [ci skip] (like in the documentation)
```

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-26 17:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 16:14 [ISSUE] Pull Request template text typo between [skip CI] and [ci skip] jdnumm
2022-03-21 16:27 ` paper42
2022-03-21 16:53 ` jdnumm
2022-03-22 17:50 ` tibequadorian
2022-03-26 16:54 ` tibequadorian
2022-03-26 17:25 ` [ISSUE] [CLOSED] " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).