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

Comment on a git commit #68

Open
jasikpark opened this issue Jan 5, 2023 · 1 comment
Open

Comment on a git commit #68

jasikpark opened this issue Jan 5, 2023 · 1 comment
Labels
question Further information is requested

Comments

@jasikpark
Copy link

jasikpark commented Jan 5, 2023

I'm building a deploy preview commenting step and initially I didn't add if: github.event_name != 'push' to my comment steps so my comments were getting updated with the main branch deploy links. Adding the if statement works for that, but I realize I'd like to comment on the commit to main w/ the deploy status.

I realize that's not something this action explicitly supports, but it'd be useful. I wonder if I should explore how to do action status links like Netlify and other apps do instead??

@mshick
Copy link
Owner

mshick commented Apr 14, 2023

@jasikpark I agree, that would be very helpful. The way I've handled that situation in the past is to use a workflow that updates the main branch README.md with the message I want.

If you could explore how to do what you're saying and share some links to relevant GitHub APIs I could definitely look at adding a feature for this.

@mshick mshick added the question Further information is requested label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants