Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature]: 支持关键字过滤 pr 并加入 merge queue #14

Open
Innei opened this issue Mar 24, 2023 · 5 comments
Open

[feature]: 支持关键字过滤 pr 并加入 merge queue #14

Innei opened this issue Mar 24, 2023 · 5 comments
Labels
feature request feature request
Milestone

Comments

@Innei
Copy link
Contributor

Innei commented Mar 24, 2023

No description provided.

@Innei
Copy link
Contributor Author

Innei commented Mar 24, 2023

GitHub API 目前看上去没有提供 merge queue 的接口,或许只能通过抓包的方式看具体的实现方式。

// https://github.com/mx-space/kami/pull/1627/auto_merge_requests
// POST form-data
// do: group
// authenticity_token: token
// commit_title: chore(deps): update dependency prettier to v2.8.6 (#1627)
// pull_number: 1627
// commit_message:       Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

@baiwusanyu-c
Copy link
Owner

As you know, it is not so convenient to interact on the command line. I wonder how this feature works interactively in your imagination? @Innei

@baiwusanyu-c
Copy link
Owner

As you know, it is not so convenient to interact on the command line. I wonder how this feature works interactively in your imagination? @Innei

或者说能不能具体描述一下需求和使用场景呢

@Innei
Copy link
Contributor Author

Innei commented Mar 24, 2023

As you know, it is not so convenient to interact on the command line. I wonder how this feature works interactively in your imagination? @Innei

或者说能不能具体描述一下需求和使用场景呢

比如说,可以根据 filter 的结果匹配 pr 加入到 merge queue。场景是 deps-bot 产生的 pr 可以一键加入到 merge queue

@baiwusanyu-c
Copy link
Owner

了解了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request
Projects
Development

No branches or pull requests

2 participants