You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to use the deps ingestion mechanism with PRs. This could have a few possible modes:
Return all dependencies from the PR branch (i.e. "must keep head good, even if you didn't change it")
Return only new dependencies from the PR branch (i.e. "don't introduce new problems")
Return new and updated dependencies from the PR branch (i.e. "you touched it, you need to fix it")
Solution Proposal
Extend the current deps ingestion, which errors when applied in contexts other than repository to also support pull_request context.
Describe alternatives you've considered
Adding a new ingester. (This adds new syntax for no especially good reason)
Adding further to the diff ingester -- this is where the current trusty/osv data sources pull from. I think we'd prefer to have a more-general and less PR-linked data source, so preferring to move away from those.
Additional context
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered:
Please describe the enhancement
It should be possible to use the
deps
ingestion mechanism with PRs. This could have a few possible modes:Solution Proposal
Extend the current
deps
ingestion, which errors when applied in contexts other thanrepository
to also supportpull_request
context.Describe alternatives you've considered
diff
ingester -- this is where the current trusty/osv data sources pull from. I think we'd prefer to have a more-general and less PR-linked data source, so preferring to move away from those.Additional context
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered: