### Add 'preview' label to properties.json Source: https://github.com/actions/starter-workflows/blob/main/README.md Add a 'labels' array with the 'preview' value to your template's `properties.json` file to hide it from public view. Users can still see it by appending `?preview=true` to the workflow creation URL. ```json { "name": "Node.js", "description": "Build and test a Node.js project with npm.", "iconName": "nodejs", "categories": ["Continuous integration", "JavaScript", "npm", "React", "Angular", "Vue"], "labels": ["preview"] } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.