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

chore: add comment on PRs with unsigned commits #768

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

Valentin271
Copy link
Member

@Valentin271 Valentin271 commented Jan 8, 2024

We sometimes forget to check for commit signature and are only reminded at the time of merging.
We also sometime forget to link to relevant documentation and whatnot.

This adds friction to new contributors and some redundant work for us.

I propose to use this action to post a comment on PRs with unsigned commits. Contributors will be pinged when pushing even if no one is around and can work on that.

Let me know your thoughts and good resources to link in the comment.

I'll put an unsigned commit on this PR so we can see what it looks like (I'll rebase once this is approved).

Pipelines take the workflow from main so I guess we'll hope and see ...

@joshka
Copy link
Member

joshka commented Jan 8, 2024

Sounds good

@joshka
Copy link
Member

joshka commented Jan 8, 2024

Does this need:

    permissions:
      contents: read

@Valentin271 Valentin271 force-pushed the chore/comment-unsigned-commit branch from cf53441 to 1165cfe Compare January 8, 2024 12:22
@Valentin271
Copy link
Member Author

permissions:
contents: read

If it was missing that I guess the check would have run and failed. Tried anyway but no luck.

@joshka joshka merged commit c24216c into ratatui:main Jan 8, 2024
33 checks passed
@Valentin271 Valentin271 deleted the chore/comment-unsigned-commit branch January 8, 2024 12:30
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