I tried in vain to satisfy the version and hash checker bot. It constantly rejects my bug reports: Issues · openwrt/openwrt and tags my contribution invalid
.
Maybe you should lower the bureaucracy burden a bit in order to motivate people to contribute for free.
@Ansuel may know what broken in https://github.com/openwrt/actions-shared-workflows/blob/main/.github/workflows/issue-labeller.yml
there is a latent problem with parsing... saddly it's a problem with the github action store, not the workflow itself... i'm checking what is the problem.
It's caused by special format of the description...
Also @getreu maybe a little less passive aggressive with bureaucracy??? It's not like the issue gets closed and ignored... as you can see you even got a reply.
Ok interesting...
The parser goes crazy if
```sh
is used
but
```
is ok...
Ok I fixed the parser.
@getreu I would ask you if you can to close the 2 issue and reopen with the same data. Now they should be parsed correctly for better tracking.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.