-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add support for removing users/groups from a project and allow to check for groups with permissions to modify a PR #815
Add support for removing users/groups from a project and allow to check for groups with permissions to modify a PR #815
Conversation
/packit-stg rebuild-failed |
/packit rebuild-failed |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 18s |
/packit retest-failed |
/packit upstream-koji-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
could you please also update COMPATIBILITY.md? |
Signed-off-by: Nikola Forró <nforro@redhat.com>
Signed-off-by: Nikola Forró <nforro@redhat.com>
It looks like |
Signed-off-by: Nikola Forró <nforro@redhat.com>
858cd82
to
4ded59c
Compare
| | GitHub | GitLab | Pagure | | ||
| --------------------------- | :----: | :----: | :---------------------: | | ||
| `change_token` | ✘ | ✔ | ✔ | | ||
| `get_release` | ✔ | ✔ | ✘ | | ||
| `get_latest_release` | ✔ | ✔ | ✘ | | ||
| `is_private` | ✔ | ✔ | ✘ (may not be accurate) | | ||
| `remove_user` | ✘ | ✘ | ✔ | | ||
| `add_group` | ✘ | ✘ | ✔ | | ||
| `remove_group` | ✘ | ✘ | ✔ | | ||
| `which_groups_can_merge_pr` | ✘ | ✘ | ✔ | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
/packit upstream-koji-build |
Build succeeded. ✔️ pre-commit SUCCESS in 2m 02s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 55s |
5ad36b6
into
packit:main
Related to packit/packit#2078.
Merge before packit/packit#2112.
RELEASE NOTES BEGIN
Add support for removing users/groups from a project and allow to check for groups with permissions to modify a PR.
RELEASE NOTES END