I see many issues here with the "staging" label - and since these don't show up in production, what's the difference between Staging and Production?
Also, is develop just staging or is it a separate thing?
staging is the same thing as what is currently in the develop branch whereas production is what is currently reflected on the master branch. We use the staging label to help us track and resolve issues before they are deployed to the whole community.
Most helpful comment
stagingis the same thing as what is currently in thedevelopbranch whereasproductionis what is currently reflected on themasterbranch. We use thestaginglabel to help us track and resolve issues before they are deployed to the whole community.