You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In projects, it happens that someone pull request points to the wrong source branch eg. apache/airflow#8968 . In this case, the proposed changes are huge. Often, the source branch is also not a branch from which pull requests can be expected.
While waiting for the changes to be merged, it happens that the developers merge the master to feature branch to be able to use feature branch directly (installation directly from Git). These pull requests cannot be implemented also.
What can we do about it to support a community that makes pull requests invalid?
Greetings,
The text was updated successfully, but these errors were encountered:
Create a flag to allow adding branch names for which a project accepts a PR: If someone creates a PR to another target branch, the bot can comment and close the PR
Delete any branches for example in this particular case, the branch was created by dependable which we don't plan to use in Airflow project.
Hello,
In projects, it happens that someone pull request points to the wrong source branch eg.
apache/airflow#8968 . In this case, the proposed changes are huge. Often, the source branch is also not a branch from which pull requests can be expected.
While waiting for the changes to be merged, it happens that the developers merge the master to feature branch to be able to use feature branch directly (installation directly from Git). These pull requests cannot be implemented also.
What can we do about it to support a community that makes pull requests invalid?
Greetings,
The text was updated successfully, but these errors were encountered: