-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
misc: add confirmation to archive-branches script #4797
Conversation
5289761
to
7734464
Compare
Does anyone see branch that shouldn't be moved to an archive in this list:
Please give 👍 after you check and rise a comment if there is something that shouldn't be moved. |
26a0151
to
dfbf1a3
Compare
bin/archive-branches.sh
Outdated
while read -r ref; do | ||
branches_to_move="$(cat <(active_branches) <(pr_branches) <((IFS=$'\n'; echo "${exclusions[*]}")) | sort -u | comm - <(origin_refs | sort) -13)" | ||
|
||
echo "Please confirm move of following branches [y/N]:" |
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.
I'd echo this after printing the list
dfbf1a3
to
becf40c
Compare
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
becf40c
to
8b66077
Compare
@kevina can you take a look? |
Enough time elapsed. I will move branches to archive after this is merged. |
License: MIT
Signed-off-by: Jakub Sztandera kubuxu@protonmail.ch