I created a project board in GitHub using default Kanaban. I've added my own column, but it isn't reflected in the project progress bar. Only To-Do, In-Progress & Done are reflected and it is bugging me out. Is there a way to reflect the new columns in the project bar too? Thanks.
( For context purpose: The progress bar is the one with project's name and shows the columns relative status with respect to the number of cards in the columns. White -> Todo, Purple -> In Progress, Green -> Done. )
https://help.github.com/articles/about-project-boards
I tried fiddling around automation properties of the columns (I didn't work as I expected). In project properties, I've unchecked & again checked the show progress bar column. But it is still showing the original three columns and not the new ones.
expected: progress-bar -> x-done / y-in progress / z - custom / ... / a-to-do
actual: progress-bar -> x-done / y-in progress / z-to do