Skip to content

What are the default problem matchers? #25670

Answered by jsoref
jtbandes asked this question in Actions
Discussion options

You must be logged in to vote

Interesting question.

I’m not sure if this is active:

  <a href="https://github.com/actions/runner/blob/be9632302ceef50bfb36ea998cea9c94c75e5d4d/src/Runner.Plugins/Repository/v1.1/GitSourceProvider.cs#L39-L49" target="_blank" rel="noopener">github.com</a>

actions/runner/blob/be9632302ceef50bfb36ea998cea9c94c75e5d4d/src/Runner.Plugins/Repository/v1.1/GitSourceProvider.cs#L39-L49

    
      
  1. ""problemMatcher"": [
  2. {
  3. ""owner"": ""checkout-git"",
  4. ""pattern"": [
  5. {
  6. ""regexp"": ""^(fatal|error): (.*)$"",
  7. ""message"": 2
  8. }
  9. ]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants