-
Notifications
You must be signed in to change notification settings - Fork 92
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
Enabled tests #991
Enabled tests #991
Conversation
@iloveeclipse i accidentally pressed |
I do not see options shown on referenced screen. All "merges" are disabled for this repo, yet "Update with merge" is still shown for PR's here. I believe that is exactly what the last comment on the thread youare referring to is saying. |
@jukzi @iloveeclipse As self service is enabled you should be able to provida a PR for https://github.com/eclipse-jdt/.eclipsefdn/blob/main/otterdog/eclipse-jdt.jsonnet setting the needed property as described at https://otterdog.readthedocs.io/en/latest/reference/organization/repository/branch-protection-rule/ |
disallow merge commits eclipse-jdt/eclipse.jdt.ui#991 (comment) Signed-off-by: Jörg Kubitz <[email protected]>
I do believe this comes from the setting:
which will show a button in the PR if the PR branch can be updated with changes from the target branch prior to merging the PR. The setting
will affect the options that you get when you actually wanna merge the PR, but the merge commit happened before the merge to the target branch. |
will allow_update_branch=false still show "rebase" button? |
No, it will not show any button anymore, so if you just wanna prevent merge commits from happening, the setting that you change will be good imho. |
disallow merge commits eclipse-jdt/eclipse.jdt.ui#991 (comment) Signed-off-by: Jörg Kubitz <[email protected]>
5195a49
to
8856f12
Compare
0f27a22
to
8856f12
Compare
@amartya4256 tests are green now. thanks for your contribution. |
What it does
Enabled some disabled tests which aren't in broken state anymore.
eclipse-platform/eclipse.platform#525
How to test
Author checklist