Skip to content

docs: define the allowed pull request label set (ownership, vibe-coded, language, dependencies) (#282)#283

Merged
SamuelHassine merged 1 commit into
mainfrom
chore/pr-labels-allowed-set
Jun 7, 2026
Merged

docs: define the allowed pull request label set (ownership, vibe-coded, language, dependencies) (#282)#283
SamuelHassine merged 1 commit into
mainfrom
chore/pr-labels-allowed-set

Conversation

@SamuelHassine

Copy link
Copy Markdown
Member

Summary

Defines the allowed pull request label set so it can never be misread (by a human or an automated reviewer). A PR carries only:

  • exactly one ownership labelfiligran team or community;
  • optionally vibe-coded — an AI-assisted change the author reviews before requesting others' review (added as a global label);
  • the automatic language labels (javascript / python / java / go / rust / typescript) and dependencies (GitHub/Renovate).

Primary type labels (feature / bug / documentation), area/scope labels and workflow/triage labels stay issue-only and must never be added to a PR.

Updated .github/LABELS.md, .github/labels.yml, and the CONTRIBUTING conventions block.

Closes #282

@SamuelHassine SamuelHassine merged commit 1e083ed into main Jun 7, 2026
0 of 2 checks passed
@SamuelHassine SamuelHassine deleted the chore/pr-labels-allowed-set branch June 7, 2026 21:36
@github-actions github-actions Bot added the filigran team Item from the Filigran team. label Jun 7, 2026
@codecov

codecov Bot commented Jun 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.34%. Comparing base (d0f50d2) to head (207fa67).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #283   +/-   ##
=======================================
  Coverage   70.34%   70.34%           
=======================================
  Files          49       49           
  Lines        1966     1966           
=======================================
  Hits         1383     1383           
  Misses        583      583           
Flag Coverage Δ
connectors 70.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team Item from the Filigran team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: define the allowed pull request label set (ownership, vibe-coded, language, dependencies)

2 participants