Skip to content

Commit 48e4ecd

Browse files
committed
Updated CODEOWNERS / create-pr.yml / README.md
1 parent da60b57 commit 48e4ecd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Code owners for the entire repository
2-
# test
32
* @Sarmaged

.github/workflows/create-pr.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*.*.*'
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
812
jobs:
913
publish:
1014
runs-on: ubuntu-latest

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Style Forge Helpers
33

44
![npm](https://img.shields.io/npm/v/style-forge.helpers)
5+
![npm](https://img.shields.io/npm/dm/style-forge.helpers)
56
![license](https://img.shields.io/npm/l/style-forge.helpers)
67
![build](https://github.com/Sarmaged/style-forge.helpers/actions/workflows/publish.yml/badge.svg)
78

@@ -54,10 +55,10 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
5455
## Links
5556

5657
- [style-forge](https://github.com/Sarmaged/style-forge)
57-
- [style-forge.helpers](https://github.com/Sarmaged/style-forge.helpers)
58+
- [style-forge.base](https://github.com/Sarmaged/style-forge.base)
5859
- [style-forge.colors](https://github.com/Sarmaged/style-forge.colors)
5960
- [style-forge.form](https://github.com/Sarmaged/style-forge.form)
60-
- [style-forge.base](https://github.com/Sarmaged/style-forge.base)
61+
- [style-forge.helpers](https://github.com/Sarmaged/style-forge.helpers)
6162
- [style-forge.patterns](https://github.com/Sarmaged/style-forge.patterns)
6263
- [style-forge.themes](https://github.com/Sarmaged/style-forge.themes)
6364

0 commit comments

Comments
 (0)