question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Label matcher stopped working

See original GitHub issue

We use WIP to block PRs based on title terms and labels. For some reason, it suddenly stopped blocking PRs if the matching label is there. We are not sure if this is an issue with WIP, Github, or us (although nothing changed on our end).

Here is our .github/wip.yml file for reference:

- terms:
  - wip
  - Work in progress
  - 🚧
  locations: title
- terms:
  - qa needed
  - data migration
  - need simultaneous merge
  - waiting for code review
  - waiting for page tests
  locations: label_name

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:8

github_iconTop GitHub Comments

2reactions
gr2mcommented, Aug 3, 2020

Thanks Omar for reporting the issue. I’ll try to reproduce the issue and report back, give me a day or two

1reaction
gr2mcommented, Aug 4, 2020

Yes indeed, this is all very odd. When I see events from that organization, it does not show me that the installation is on the free plan and hence ignores the configuration.

Could you maybe try to cancel the plan and re-enable it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

PromQL label matcher not working for remote server's ...
What did you expect to see? When i run promql from main prometheus, ex: some_metric{role != "remote"} ,the data of remote server still...
Read more >
Java regex matcher not working - Stack Overflow
If you just want to match with a part of the string, use Matcher#find() method. You should use it like this: if(matcher.find(ct.toLowerCase())) ...
Read more >
Pattern Match Labelling is not working with Bamboo Specs ...
Pattern Match Labelling is not working with Bamboo Specs YAML when the Regex Pattern field is empty even though the field description says ......
Read more >
Kubernetes Error Codes: Selector Does Not Match Template ...
Conclusion. Kubernetes errors can be frustrating, and `selector does not match template labels` is no exception. Thankfully, it's usually an ...
Read more >
Matcher.matches() is not working as expected
I've created a regex for matching the Datetime input as follows and it matches the datetime input '2021-01-01 12:34' in regex validate site...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found