Skip to content

Commit f269da3

Browse files
committed
test webhook
1 parent fbe6cfd commit f269da3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@
55
2. Create branch `develop` as default branch.
66

77
3. Protect branches `main` and `develop` with these rules:
8+
89
- user can't merge to both branches without pull request
910
- allowed to merge to `develop` branch only if we have 2 approvals
1011
- merge to `main` branch allowed if only owner approved PR
1112
- assign the user `softservedata` as the code owner for all the files in the `main` branch
13+
1214
4. Add template (pull_request_template.md) to `.github` directory for creating issue in format:
1315

1416
## Describe your changes
1517

1618
## Issue ticket number and link
1719

1820
## Checklist before requesting a review
21+
1922
- [ ] I have performed a self-review of my code
2023
- [ ] If it is a core feature, I have added thorough tests
2124
- [ ] Do we need to implement analytics?
@@ -27,6 +30,7 @@
2730

2831
7. Create discord server and add notification when PR was created.
2932

30-
8. For github actions:
33+
8. For github actions:
34+
3135
- create PAT (Personal Access Token) with **Full control of private repositories** and **Full control of orgs and teams, read and write org projects**
32-
- add to repository actions secrets key with the name `PAT` and the value of the created PAT
36+
- add to repository actions secrets key with the name `PAT` and the value of the created PAT

0 commit comments

Comments
 (0)