Open yorkie opened 4 years ago
Do you mean that create a pipeline of pipcook to label all of prs and issues automatic? It means that this pipeline will become a use case for pipcook for github?
Exactly.
Great, it may also be a good case for pipcook:)
A possible rule-based solution is use GitHub's actions/labeler, and an example is here: https://github.com/bytecodealliance/wasmtime/blob/master/.github/labeler.yml :)
It looks like label all of things by regexp:(
It looks like label all of things by regexp:(
The labeler action could reduce our works for labeling on PR partially, see #176. It's a good start to address this issue :)
Alternative bot is here: https://github.com/marketplace/issue-label-bot, which uses machine learning for labeling like feature_request and question, unfortunately the bot doesn't support more categories.
So that's why we want to create yet another one, moreover we will make it:
And it must be developed community-driven, so if you are interested in having a try? Just look at the following plugins that I listed for this pipeline:
Steps to implement: