
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
gitlab-fix-labels
Advanced tools
⛔️ [DEPRECATED] A tool to add and/or replace labels from any project (or all of them) with your GLOBAL GitLab admin labels.
[!CAUTION]
This old thing served its purpose dutifully and without complaint, but the time where it was useful has long since passed. GitLab has better label support these days... plus I switched to GitHub 🙃
This tool will help propagate into the repos of your choice those nice shiny new GitLab global admin labels you worked so hard on. See below.
This was built to address these issues with GitLab.
npm install -g gitlab-fix-labels
General command syntax:
gitlab-fix-labels GITLAB_API_STARTPOINT_URI YOUR_AUTH_TOKEN YOUR_ACTION YOUR_TARGET
Possible actions:
add - add your admin labels to your target repo(s); existing labels will not
be touched; any duplicates will be skipped.
delete - completely and utterly delete all of a repository's labels.
replace - the same as calling delete followed by add.
Your target:
The target must either be the string all (case sensitive) or an integer larger
than 0.
gitlab-fix-labels https://git.mysite.org/api/v4 myspecial_tokenhere add 10
gitlab-fix-labels https://newgitlab.com/api/v5 my2ndspecial_tokenhere delete all
gitlab-fix-labels http://git.lol/api/v4/ myotherspecial_tokenhere replace all
gitlab-fix-labels http://git.lol/api/v5/ special_token2 replace 555
To completely replace the labels on one project with your custom admin global defaults (set in the administrator area of GitLab):
gitlab-fix-labels GITLAB_API_STARTPOINT_URI YOUR_AUTH_TOKEN replace YOUR_TARGET
To completely replace the labels on ALL projects with your global admin defaults:
gitlab-fix-labels GITLAB_API_STARTPOINT_URI YOUR_AUTH_TOKEN replace all
To append your global admin defaults to ALL projects (not deleting existing labels):
gitlab-fix-labels GITLAB_API_STARTPOINT_URI YOUR_AUTH_TOKEN add all
In lieu of a formal styleguide, take care to maintain the existing coding style.
Lint and test your code!
FAQs
⛔️ [DEPRECATED] A tool to add and/or replace labels from any project (or all of them) with your GLOBAL GitLab admin labels.
The npm package gitlab-fix-labels receives a total of 2 weekly downloads. As such, gitlab-fix-labels popularity was classified as not popular.
We found that gitlab-fix-labels demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.