Skip to content

Update/custom reporting data #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/guides/custom-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Generate a summary of each pull request in the following bullet point format:
- **Mergeable:** Mergeable
- **PR Stage:** Waiting for Code Reviews
- **Summary:** Summary of the PR.
**Comments:** Summary of PR comments or No comments.
- **Comments:** Summary of the PR comments or No comments.

- **PR Link:** [#302](https://github.com/mygithuborg/thatrepo/pull/302)
- **Title:** PR Title
Expand All @@ -164,8 +164,8 @@ Generate a summary of each pull request in the following bullet point format:
- **PR Link:** [#14](https://github.com/mygithuborg/frontend/pull/14)
- **Title:** PR Title
- **PR State:** 💬 Open
- **PR Stage:** Needs Author Action
- **Mergeable:** Mergeable
- **PR Stage:** Needs Author Action
- **Summary:** Summary of the PR.
- **Comments:** Summary of the PR comments or No comments.

Expand All @@ -185,9 +185,9 @@ Generate a summary of each pull request in the following bullet point format:
- **Title:** PR Title
- **PR State:** 📝 Draft
- **Mergeable:** Not Mergeable
**PR Stage:** Needs Author Action

**Comments:** Summary of PR comments or No comments.
- **PR Stage:** Needs Author Action
- **Summary:** Summary of the PR.
- **Comments:** Summary of the PR comments or No comments.
</example>
```

Expand Down