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

Add a new workflow for Auto Comment on Labeled PR #6

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

seokho-son
Copy link
Member

This workflow is designed to automatically comment on pull requests based on the labels they are tagged with.
It aims to facilitate automated communication and status updates within the pull request process.

  • Triggered on Labeling: The workflow is triggered whenever a pull request is labeled or unlabeled.
  • Reads Config File: It reads an external YAML configuration file at .github/label_comments_config.yaml to determine which comments to add for specific sets of labels.
  • Checks PR Labels: The workflow fetches the current labels attached to the pull request.
  • Matches Labels: It compares these labels against sets of labels defined in the configuration file.
  • Adds Comment: If a match is found, the workflow adds the corresponding comment to the pull request.

@seokho-son seokho-son merged commit 5c8e22b into m-cmp:main Sep 7, 2023
@seokho-son seokho-son deleted the seokho-son-patch-1 branch September 7, 2023 15:31
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.

1 participant