Skip to content

Commit

Permalink
chore(config): enhance comment inclusion description
Browse files Browse the repository at this point in the history
Clarify comment handling for rewards based on assignment status.
  • Loading branch information
gentlementlegen committed Dec 2, 2024
1 parent fe817d6 commit a2e5d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/data-purge-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const dataPurgeConfigurationType = Type.Object({
default: "all",
description:
"Configures how user comments are included in the rewards calculation when they are assigned to a GitHub issue:\n\n" +
"- 'all': Excludes all comments made between the first assignment start and the last assignment end, discouraging gaming by unassigning and commenting for rewards.\n" +
"- 'all': Excludes all comments made between the first assignment start and the last assignment end, discouraging gaming by un-assigning and commenting for rewards.\n" +
"- 'exact': Excludes only comments made during precise assignment periods, targeting times when the user is actively assigned.\n" +
"- 'none': Includes all comments, regardless of assignment status or timing.",
examples: ["all", "exact", "none"],
Expand Down

0 comments on commit a2e5d3e

Please sign in to comment.