Skip to content

Commit ed72dca

Browse files
committed
ci: update
1 parent 1235e3a commit ed72dca

5 files changed

Lines changed: 31 additions & 12 deletions

File tree

.github/FUNDING.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
custom: ["https://buymeacoffee.com/aetherinox"]
2+
github: # [repo-name, aetherinox]
3+
patreon: # Replace with a single Patreon username
4+
open_collective: # name
5+
ko_fi: # Replace with a single Ko-fi username
6+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
7+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
8+
liberapay: # Replace with a single Liberapay username
9+
issuehunt: # Replace with a single IssueHunt username
10+
otechie: # Replace with a single Otechie username

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
<!--
22
3-
Obsidian: Gistr Plugin Pull Request
3+
Pull Request
44
55
Ensure you read all of the sections carefully. Failure to fill this form out will result in your pull request being closed.
66
77
This text will remain hidden when you submit your pull request.
88
99
For your pull request title, use the format:
10-
[BUG]: Brief title of the bug being fixed
11-
[FEATURE]: Brief title of the feature being added
10+
[BUG]: Brief title of the bug being fixed
11+
[FEATURE]: Brief title of the feature being added
12+
[DOCS]: Brief title of the feature being added
1213
1314
Failure to follow the above title format will result in your PR being ignored.
1415
1516
-->
1617

1718
# Pull Request
18-
<small>Checkmark which topic best describes your contribution:</small>
19+
<small>Select which topic best describes your contribution:</small>
1920

2021
- [ ] Feature
2122
- [ ] Bug
@@ -43,7 +44,7 @@
4344
### Before You Submit
4445
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small>
4546

46-
- [ ] My code follows the [Contribution Guidelines](https://github.com/Aetherinox/obsidian-gistr/blob/main/CONTRIBUTING.md)
47+
- [ ] My code follows the [Contribution Guidelines](https://github.com/Aetherinox/mkdocs-link-embeds/blob/main/CONTRIBUTING.md)
4748
- [ ] I give expressed consent for my work to be used in this repo
4849
- [ ] I have tested my work and it functions as intended
4950
- [ ] I have included documentation if the change requires such

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# @url : https://github.com/Aetherinox
66
# ---------------------------------------------------------------------------------------
77

8-
name: "📒 Documentation › Build"
9-
run-name: "📒 Documentation › Build"
8+
name: "📒 Docs › Build"
9+
run-name: "📒 Docs › Build"
1010

1111
# ---------------------------------------------------------------------------------------
1212
# environment variables

.github/workflows/labels-create.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323
ASSIGN_USER: Aetherinox
2424
BOT_NAME_1: AdminServ
2525
BOT_NAME_2: AdminServX
26+
BOT_NAME_3: EuropaServ
2627
BOT_NAME_DEPENDABOT: dependabot[bot]
2728
LABELS_JSON: |
2829
[
@@ -82,7 +83,7 @@ env:
8283
{ "name": "⚠ Announcement", "color": "DB4712", "description": "KeeWeb announcements" },
8384
{ "name": "📰 Progress Report", "color": "392297", "description": "Updates on the development of KeeWeb" },
8485
{ "name": "📦 Release", "color": "277542", "description": "Release announcements" },
85-
{ "name": "✔️ Poll", "color": "972255", "description": "Community polls" }
86+
{ "name": "✔️ Poll", "color": "972255", "description": "Community polls" },
8687
{ "name": "❔ Question", "color": "FFFFFF", "description": "All questions" }
8788
]
8889

.github/workflows/release-pypi.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ on:
9292
# ---------------------------------------------------------------------------------------
9393

9494
jobs:
95+
96+
# ---------------------------------------------------------------------------------------
97+
# JOBS > BUILD
98+
# ---------------------------------------------------------------------------------------
99+
95100
build:
96101
name: Prepare Package
97102
runs-on: ubuntu-latest
@@ -174,7 +179,7 @@ jobs:
174179
path: dist/
175180

176181
# ---------------------------------------------------------------------------------------
177-
# Pypi: Official Stable Release
182+
# JOBS > Pypi: Official Stable Release
178183
# ---------------------------------------------------------------------------------------
179184

180185
pypi-publish-official:
@@ -206,7 +211,7 @@ jobs:
206211
print-hash: true
207212

208213
# ---------------------------------------------------------------------------------------
209-
# Pypi: Test API
214+
# JOBS > Pypi: Test API
210215
# ---------------------------------------------------------------------------------------
211216

212217
pypi-publish-test:
@@ -235,7 +240,9 @@ jobs:
235240
repository-url: https://test.pypi.org/legacy/
236241

237242
# ---------------------------------------------------------------------------------------
238-
# Pypi: Skip
243+
# JOBS > Pypi: Skip
244+
#
245+
# only executed if user selects PYPI_TYPE == skip when starting action
239246
# ---------------------------------------------------------------------------------------
240247

241248
pypi-publish-skip:
@@ -258,7 +265,7 @@ jobs:
258265
echo "Skipping Pypi.org publish"
259266
260267
# ---------------------------------------------------------------------------------------
261-
# Job > Distribute Release on Github Releases
268+
# JOBS > Distribute Release on Github Releases
262269
# ---------------------------------------------------------------------------------------
263270

264271
dist-release:

0 commit comments

Comments
 (0)