Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,28 @@ This repository acts as a fallback for all of my repositories that don't have an
## Development

Pretty straight forward since this is just a fall back `.github` folder.
No sophistacted tech needed, just add or modify anything... as your liking and suits your personal repositories.
No sophisticated tech needed, just add or modify anything... as your liking and suits your personal repositories.

## Current contents

```
.github
| +-ISSUE_TEMPLATE
| | +-bug_report.yml
| | +-feature_request.yml
| +-workflows
| | +-deploy.yml
| | +-release.yml
| +-.gitignore
| +-CODE_OF_CONDUCT.md
| +-CODEOWNERS
| +-LICENSE
| +-PULL_REQUEST_TEMPLATE.md
| +-README.md
├── ISSUE_TEMPLATE
│ ├── bug_report.yml
│ ├── config.yml
│ └── feature_request.yml
├── workflows
│ ├── deploy.yml
│ ├── labels.yml
│ ├── pr-size.yml
│ └── realease.yml
├── .gitignore
├── CODE_OF_CONDUCT.md
├── CODEOWNERS
├── LICENSE
├── PULL_REQUEST_TEMPLATE.md
├── README.md
└── labeler.yml
```

### Thank you for checking this out, any suggestion or contribution is welcome! 🤘🏻
29 changes: 21 additions & 8 deletions labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
# frontend:
# - "web/**"
# - "frontend/**"
# - changed-files:
# - any-glob-to-any-file:
# - "web/**"
# - "frontend/**"
#
# backend:
# - "api/**"
# - "server/**"
# - changed-files:
# - any-glob-to-any-file:
# - "api/**"
# - "server/**"

docs:
- "**/*.md"
- changed-files:
- any-glob-to-any-file:
- "**/*.md"

ci:
- ".github/**"
- changed-files:
- any-glob-to-any-file:
- ".github/**"

tests:
- "**/*test*"
- "**/*spec*"
- changed-files:
- any-glob-to-any-file:
- "**/*.test.*"
- "**/*.spec.*"
- "**/*_test.go"
- "tests/**"
- "**/__tests__/**"
12 changes: 0 additions & 12 deletions workflows/labels-test.yml

This file was deleted.

12 changes: 0 additions & 12 deletions workflows/pr-size-test.yml

This file was deleted.