Skip to content

Commit bf2204c

Browse files
[feat](build): Actions(maintenence)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 34cedd2 commit bf2204c

File tree

3 files changed

+99
-0
lines changed

3 files changed

+99
-0
lines changed

.github/Require PRs to main.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"id": 8498520,
3+
"name": "Require PRs to main",
4+
"target": "branch",
5+
"source_type": "Repository",
6+
"source": "RalphHightower/blog",
7+
"enforcement": "active",
8+
"conditions": {
9+
"ref_name": {
10+
"exclude": [],
11+
"include": [
12+
"~DEFAULT_BRANCH"
13+
]
14+
}
15+
},
16+
"rules": [
17+
{
18+
"type": "pull_request",
19+
"parameters": {
20+
"required_approving_review_count": 0,
21+
"dismiss_stale_reviews_on_push": false,
22+
"require_code_owner_review": false,
23+
"require_last_push_approval": false,
24+
"required_review_thread_resolution": true,
25+
"automatic_copilot_code_review_enabled": false,
26+
"allowed_merge_methods": [
27+
"merge",
28+
"squash",
29+
"rebase"
30+
]
31+
}
32+
},
33+
{
34+
"type": "required_signatures"
35+
}
36+
],
37+
"bypass_actors": []
38+
}

.github/license-reminder.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
It's a new year! 🎉 🎆
2+
Please update the LICENSE file to include the current year (e.g., 2025).
3+
This helps keep the copyright notice accurate.

.github/pull_request_template.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!--- Please provide a general summary of your changes in the title above -->
2+
3+
## Pull request type
4+
5+
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed -->
6+
7+
Please check the type of change your PR introduces:
8+
9+
- [ ] New blog post
10+
- [ ] Bugfix
11+
- [ ] Jekyll change(s)
12+
- [ ] Liquid change(s)
13+
- [ ] Markdown change(s)
14+
- [ ] YAML change(s)
15+
- [ ] Build error(s)
16+
- [ ] Feature
17+
- [ ] Code style update (formatting, renaming)
18+
- [ ] Refactoring (no functional changes, no api changes)
19+
- [ ] Build related changes
20+
- [ ] Documentation content changes
21+
- [ ] Other (please describe):
22+
23+
## Language
24+
25+
- [ ] awk
26+
- [ ] C/C++/C#
27+
- [ ] Ruby
28+
- [ ] Python
29+
30+
## Files added
31+
32+
-
33+
34+
## Files modified
35+
36+
-
37+
38+
## Files deleted
39+
40+
-
41+
42+
## What is the current behavior?
43+
44+
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue -->
45+
46+
Issue Number: N/A
47+
48+
## What is the new behavior?
49+
50+
<!-- Please describe the behavior or changes that are being added by this PR -->
51+
52+
-
53+
-
54+
-
55+
56+
## Other information
57+
58+
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change -->

0 commit comments

Comments
 (0)