Skip to content

Conversation

@JairoTM-es
Copy link

Description (required)

Related to #6588 (follow-up experiment)

What changes did you make and why?

This pull request is an experimental follow-up to evaluate the limitations identified in the previous PR scope check workflow.

Previously, the workflow only analyzed the PR title and description, which makes it unable to detect unrelated changes if they are not explicitly mentioned in the text.
In this PR, I added a step to collect the list of changed files between the PR branch and the base branch and pass that information as additional context to the analysis.

The goal is to test whether providing file-level context improves the detection of mixed or unrelated changes, without changing the original logic or prompt structure.

This PR is intentionally scoped for experimentation and validation only.

Tests performed (required)

  • Opened a pull request with changes across multiple files.
  • Verified that the workflow runs successfully.
  • Confirmed that the list of changed files is collected and available in the workflow logs.

(No Android build or emulator testing required, as this change only affects CI workflows.)

Screenshots (for UI changes only)

Not applicable.


Note: I have read CONTRIBUTING.md and kept this PR intentionally small and focused.

@RitikaPahwa4444
Copy link
Collaborator

Thanks @JairoTM-es. Mind pushing an unrelated change in a different file, maybe? It doesn't seem to be working with the removed documentation link in the workflow, at least.

@github-actions
Copy link

✅ Generated APK variants!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants