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

feat: Pass PR number to the getPullChanges #400

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

mihaerzen
Copy link
Contributor

Hi all 👋

In our CI, we are running our job on every push. This means we are relying on passing the PR number via pr-number variable. I have noticed, this was not respected in the getPullChanges method, so I added it. I also added some tests for the functionality added. Let me know if I missed something obvious!

Thank you 🤝

so we can get file coverage report without relying on the context.
@mihaerzen mihaerzen force-pushed the respect-pr-from-config branch from 177504a to 33258a8 Compare August 21, 2024 08:00
@mihaerzen
Copy link
Contributor Author

@davelosert Any chance I can get this reviewed?

Copy link
Owner

@davelosert davelosert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mihaerzen : Great catch and thank you very for this, great work!

I just reverted the /dist files as they are actually rebuild during the release process - besides that, I will merge it as it is (I am currently in a major refactoring for this, so I will do some minor changes myself during that).

@mihaerzen
Copy link
Contributor Author

@davelosert Perfect! Yeah I was unsure about the dist part. Thanks 🤝

@davelosert davelosert merged commit ac05960 into davelosert:main Aug 22, 2024
3 checks passed
@mihaerzen mihaerzen deleted the respect-pr-from-config branch August 22, 2024 13:33
@mihaerzen
Copy link
Contributor Author

Amazing, this works already! Thank you @davelosert

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