abcxyz / github-metrics-aggregator

Apache License 2.0
11 stars 3 forks source link

Create table for storing pull requests processed by future analyzer pipeline #177

Closed stytchiz closed 7 months ago

stytchiz commented 8 months ago

We should probably discuss what we want to call this whole project. Invocation_comment seems like a good candidate, though I've been using pr_comment or pr_log_comment in other places.

@pdewilde I'm naming this table specifically for the use case of commenting on PRs with invocation artifacts (i.e. logs). We can rename the table to something more generic like pr_comment if it becomes more appropriate.

I also named the pipeline the Analyzer pipeline. Please see the design doc for internal rationale and further discussion.