Skip to content

Conversation

MyDrift-user
Copy link
Contributor

@MyDrift-user MyDrift-user commented Sep 16, 2024

Warning

On Repo Settings go to Actions - General then make sure Workflow permissions is set to Read and write permissions.

Copy of: 2749 (from winutil)

Type of Change

  • New feature

Description

  • automatically adds/removes labels to PR's based on body using template components.
  • if label does not exist yet, it will add it so no need for additional config outside of the workflow
  • Labels will be automatically applied/removed from PR's based on checking following checkboxes:
## Type of Change
- [ ] New feature -> "enhancement"
- [ ] Bug fix -> "bug"
- [ ] Documentation update -> "documentation"
- [ ] Refactoring -> "refractor"
- [ ] Hotfix -> "bug"
- [ ] Security patch -> "bug"
- [ ] UI/UX improvement -> "UI/UX"

Testing

  • Tested on own repo, worked with adding and removing labels.

Impact

  • Chris does not need to manually label the PRs anymore, it lies in the hands of the OP to correctly label the PR.

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

@MyDrift-user MyDrift-user marked this pull request as ready for review September 16, 2024 20:41
@ChrisTitusTech ChrisTitusTech merged commit 16fb76a into ChrisTitusTech:main Sep 16, 2024
1 of 6 checks passed
@ChrisTitusTech ChrisTitusTech added the bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants