Select the types of activity you want to include in your feed.
Filter release notes to user-facing changes only
Update the AI prompt to exclude internal changes, refactoring, CI/CD configs, build configs, gatekeeping, linting, and developer tooling from generated release notes.
···6060 - new_features, bug_fixes, improvements are arrays of user-facing bullet text.
6161 - Keep each item short, concrete, and non-redundant.
6262 - If a section has no items, use an empty array.
6363+ - ONLY include user-facing changes that affect the end user experience.
6464+ - EXCLUDE internal changes, refactoring, CI/CD configs, build configs, gatekeeping, linting, and developer tooling.
6365 EOF
6466 - name: Generate release notes data
6567 uses: openai/codex-action@v1