DevOps / Github Interview questions
What are GitHub Projects (boards)?
GitHub Projects is a flexible planning tool that displays issues and pull requests from one or more repositories as a board, table, or roadmap view. Unlike a plain issue list scoped to a single repo, a Project can pull items from multiple repositories into one shared view, which suits organizations tracking work that spans several codebases.
Boards use custom fields (status, priority, iteration, or any custom field a team defines) rather than being limited to simple labels, and automation rules can move an item between columns automatically, for example moving a card to "Done" as soon as its linked pull request merges.
More Related questions...