Skip to content

Commit

Permalink
Merge branch 'dev' into ci-branch-switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
5ouma committed Apr 7, 2024
2 parents 8d397e4 + ea71919 commit 1122313
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 47 deletions.
27 changes: 0 additions & 27 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ I would recommend reading this guideline for a better development experience.
<br />

- [💬 Commit Message](#-commit-message)
- [🔠 Branch Prefix](#-branch-prefix)
- [❓ Pull Requests Title](#-pull-requests-title)
- [🪵 Commit Log](#-commit-log)

Expand All @@ -30,32 +29,6 @@ Body

<br />

## 🔠 Branch Prefix

You should follow these branch name rules
because [Pull Request Labeler] automatically adds labels to your Pull Requests.
<br />
For the details of each label, please see [Labels](https://github.com/5ouma/opml-generator/labels).

[Pull Request Labeler]: https://github.com/actions/labeler

| Label | Branch Prefix RegEx |
| :-----------------: | :----------------------------------: |
| Type: Feature | `^feat(ure)?-` |
| Type: Bug | `^fix-` |
| Type: Security | `^sec(urity)?-` |
| Type: Documentation | `^doc(ument)?s?-` |
| Type: Refactoring | `^refactor(ing)?-` |
| Type: Testing | `^test(ing\|s)?-` |
| Type: Maintenance | `^maintenance-` , `^maintain(ing)?-` |
| Type: CI | `^ci-` |
| Type: Dependencies | `^dep(endency\|endencies\|s)?-` |
| Type: Meta | `^meta-` |

> Labels were generated with [@azu / github-label-setup](https://github.com/azu/github-label-setup)
<br />

## ❓ Pull Requests Title

You don't need to add any prefixes like `feature` or `bug fix`
Expand Down
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
- [ ] This Pull Request introduces a new feature.
- [ ] This Pull Request fixes a bug.

### Type of the Change

- [ ] Feature
- [ ] Bug
- [ ] Security
- [ ] Documentation
- [ ] Refactoring
- [ ] Testing
- [ ] Maintenance
- [ ] CI
- [ ] Dependencies
- [ ] Meta

### Description

<!--
Expand Down
3 changes: 3 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
addReviewers: true
addAssignees: author
reviewers: ["5ouma"]
20 changes: 0 additions & 20 deletions .github/labeler.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
alwaysReplace: true
searchTitle: true
searchBody: true

customLabels:
- text: "- [x] Feature"
label: "Type: Feature"
- text: "- [x] Bug"
label: "Type: Bug"
- text: "- [x] Security"
label: "Type: Security"
- text: "- [x] Documentation"
label: "Type: Documentation"
- text: "- [x] Refactoring*"
label: "Type: Refactoring"
- text: "- [x] Testing"
label: "Type: Testing"
- text: "- [x] Maintenance"
label: "Type: Maintenance"
- text: "- [x] CI"
label: "Type: CI"
- text: "- [x] Dependencies"
label: "Type: Dependencies"
- text: "chore(deps): "
label: "Type: Dependencies"
- text: "- [x] Meta"
label: "Type: Meta"

0 comments on commit 1122313

Please sign in to comment.