Labels¶
We use official labeler action to automatically add labels to pull requests.
The labeler is configured to add the following:
| Label | Condition |
|---|---|
| integration/<NAME> | any directory at the root that actually contains an integration |
| documentation | any Markdown, config specs, manifest.json, or anything in /docs/ |
| dev/testing | GitHub Actions or Codecov config |
| dev/tooling | GitLab or GitHub Actions config, or ddev |
| dependencies | any change in shipped dependencies |
| release | any base package, dev package, or integration release |
| changelog/no-changelog | any release, or if all files don't modify code that is shipped |