Matthias Pohl created FLINK-30869:
-------------------------------------
Summary: Remove remote branches not being used anymore
Key: FLINK-30869
URL: https://issues.apache.org/jira/browse/FLINK-30869
Project: Flink
Issue Type: Technical Debt
Components: Build System
Reporter: Matthias Pohl
{code}
$ git branch -a | grep 'remotes/origin' | grep -v '/release-'
remotes/origin/FLINK-30191
remotes/origin/blink
remotes/origin/cron-master-dependency_check
remotes/origin/cron-master-maven_compat
remotes/origin/dependabot/npm_and_yarn/flink-runtime-web/web-dashboard/ua-parser-js-0.7.33
remotes/origin/exp_github_actions
remotes/origin/experiment_gha_docs
remotes/origin/master
{code}
There are various remote branches next to {{master}} and the release branches.
We should either clean those up or document them (maybe in the [Release
Management
docs|https://cwiki.apache.org/confluence/display/FLINK/Flink+Release+Management].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)