-
Notifications
You must be signed in to change notification settings - Fork 5
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: Add support for edited events to run the action on every PR edit #118
Conversation
@Namchee the workflow references to an image (version) which doesn't exist. Is there any way to get my pull request accepted or rejected? Of course, we can also fork the project, but we would like to participate instead of maintaining a side fork |
@TheGoderGuy, thanks for the PR! I just noticed that it lacks As for the workflow run, I think I messed up the workflow somewhere in one of my old PR. I will fix this ASAP. |
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 22 Nov 24 13:58 UTC |
Alright, there we go! I guess I'm gonna try to edit this PR to mention #117. If |
Yeah we thought so, not a typical case to listen on PR edits, but we thought we just try the simplest way to get to our goal :) |
Alright, looks good to me! |
Broken due to |
@all-contributors please add @TheGoderGuy for code |
I've put up a pull request to add @TheGoderGuy! 🎉 |
Hi,
we found this action doing exactly what we wanted, but need support for PR edits like title changes. We tried this changed action and it worked, maybe someone else needs this too.
Closes #117