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

[Architecture] GitEmote - Comment Action #912

Open
eprice555 opened this issue May 8, 2024 · 0 comments
Open

[Architecture] GitEmote - Comment Action #912

eprice555 opened this issue May 8, 2024 · 0 comments

Comments

@eprice555
Copy link
Collaborator

eprice555 commented May 8, 2024

Courtesy of @rcmtcristian

Part of the OSS Architecture track

User Story:

As a developer, I want to use emojis in commit messages so that I can easily identify the purpose or intention of a commit by simply looking at the emojis used.

About

This workflow triggers on every new pull request to the specified branch (in this example, the main branch). It checks commit messages for the presence of keywords in this instance Conventional Commits and comments a reacting image fetched from the Emojik API to the comment section of the pull request.

Task

  • [] In the .yaml workflow files of our project, configure the PR Emote Action to work seamlessly.
  • [] While configuring, make sure to add inline comments to clarify the setup steps.

For a more streamlined process, you can consider using the Copilot prompt: "How to create a GitHub Action similar to the PR Emote Generator?"

Alternatively, you can also review the commented code in the PR Emote Action Repository for guidance.

Resources:

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

No branches or pull requests

1 participant