Skip to content
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

Improve PR diff scan #839

Open
wants to merge 20 commits into
base: dev
Choose a base branch
from
Open

Improve PR diff scan #839

wants to merge 20 commits into from

Conversation

attiasas
Copy link
Contributor

@attiasas attiasas commented Mar 12, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.
  • Update documentation about new features / new supported technologies

Depends on:

@attiasas attiasas added safe to test Approve running integration tests on a pull request improvement Automatically generated release notes labels Mar 12, 2025
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Mar 12, 2025
@attiasas attiasas added the safe to test Approve running integration tests on a pull request label Mar 23, 2025
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Mar 23, 2025
Copy link
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


@orz25
Copy link
Contributor

orz25 commented Apr 7, 2025

Writing the e2e test scenarios to add:

  1. Target branch has no issues, source branch has no issues -> no issues.
  2. Target branch has no issues, source branch has some issues -> all source branch issues.
  3. Target branch has some issues, source branch has no new issues -> no issues.
  4. Target branch has some issues, source branch has new issues -> only new issues from source branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants