dependabot[bot]
2b9fb5d3ac
build(deps): bump actions/setup-python from 5.2.0 to 5.3.0 ( #2117 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5.2.0...v5.3.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
2 months ago
dependabot[bot]
295ba5673a
build(deps): bump actions/cache from 4.1.1 to 4.1.2 ( #2116 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.1.1...v4.1.2 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
dependabot[bot]
31458ec1b3
build(deps): bump actions/cache from 4.1.0 to 4.1.1 ( #2099 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
2 months ago
dependabot[bot]
2d636a48c2
build(deps): bump actions/cache from 4.0.2 to 4.1.0 ( #2085 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.0.2...v4.1.0 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
bakerboy448
6aeaa7c819
ci: prevent mkdocs macro issue ( #2056 )
...
* (chore): add CI to prevent mkdocs macro issue
* bump checkout to v4
3 months ago
dependabot[bot]
2e660df089
build(deps): bump actions/setup-python from 5.1.1 to 5.2.0 ( #2052 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5.1.1...v5.2.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
4 months ago
dependabot[bot]
7667962431
build(deps): bump actions/setup-python from 5.1.0 to 5.1.1 ( #2013 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
nuxen
bbd893f196
fix(ci): remove unnecessary chmod ( #2006 )
6 months ago
FonduemangVI
b5920292ac
fix(update contribs): remove unnecessary --force on git push
6 months ago
FonduemangVI
9477b275d6
fix(auto-changelog): add token to checkout
6 months ago
FonduemangVI
791300ad18
fix(auto-changelog): fix git push command
6 months ago
nuxen
0dae273c1e
feat(ci): automatic changelog ( #2005 )
...
* chore(changelog): automatic changelog
* fix(ci): multiple commits causing issues
* fix(ci): spelling
* fix(ci): don't force push
6 months ago
FonduemangVI
2a351ba827
Revert "Merge branch 'master' into master"
...
This reverts commit 950fbcdb55
, reversing
changes made to e1cd881e29
.
6 months ago
FonduemangVI
950fbcdb55
Merge branch 'master' into master
6 months ago
FonduemangVI
117cb6c023
fix(contribs): update workflow
7 months ago
FonduemangVI
849586628e
fix(contribs): add pat for repo
7 months ago
FonduemangVI
0e40de2782
fix(workflows): rollback deploy changes and make contribs run only on master
7 months ago
FonduemangVI
94cd6032da
fix(contribs): update to handle forked repo branch
7 months ago
FonduemangVI
106b9954bf
fix(contribs): update fetch depth
7 months ago
FonduemangVI
8f52a96212
fix(contribs): fix update contribs for master or PR branch
7 months ago
FonduemangVI
7913bc9a41
fix(workflows): fix update_contributors workflow
7 months ago
FonduemangVI
353b0d6a23
feat(contribs): automatic contributor table creation ( #1946 )
...
Co-authored-by: GitHub Actions <actions@github.com>
7 months ago
nuxen
308088b249
feat(ci): Custom Format JSON validation ( #1939 )
...
Co-authored-by: TRaSH <trash-pm@protonmail.ch>
7 months ago
FonduemangVI
089a80789a
fix run
7 months ago
FonduemangVI
c8e229f530
testing
7 months ago
dependabot[bot]
04b2355d4d
build(deps): bump actions/checkout from 4.1.5 to 4.1.6 ( #1945 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
dependabot[bot]
a0ce544194
build(deps): bump actions/checkout from 4.1.4 to 4.1.5 ( #1925 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com>
7 months ago
Eric Nemchik
ac0adfd0af
chore(editorconfig): Add more extensions ( #1410 )
...
* Add more extensions to editorconfig
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat(editorconfig): update indent size
* Revert "feat(editorconfig): update indent size"
This reverts commit 30e5918efe
.
* style: 💄 format json files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format yaml files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format md files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format other files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format md files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 editorconfig lint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* revert: 🔥 remove deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 fix incorrect prior merges
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 change json to 2 spaces
Signed-off-by: GitHub <noreply@github.com>
* style: 💄 format json to 2 spaces
Signed-off-by: GitHub <noreply@github.com>
* update(formatting/py): run pep8 formatting
---------
Signed-off-by: Eric Nemchik <eric@nemchik.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com>
Co-authored-by: FonduemangVI <michael.thomas@vualtlabs1226.com>
Co-authored-by: zakary <zak@ary.dev>
8 months ago
dependabot[bot]
83dc7fda3b
build(deps): bump actions/checkout from 4.1.3 to 4.1.4 ( #1901 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.3...v4.1.4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
FonduemangVI
854c7f731e
testing
8 months ago
FonduemangVI
6505b50a18
testing
8 months ago
FonduemangVI
5e4a798c78
fix missing runm
8 months ago
FonduemangVI
8415383d1a
fixes
8 months ago
FonduemangVI
ad11c0b321
update contrib build
8 months ago
FonduemangVI
f5364e7b11
Update deploy for testing
8 months ago
dependabot[bot]
c9cc4019dc
build(deps): bump actions/checkout from 4.1.2 to 4.1.3 ( #1890 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.2...v4.1.3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
FonduemangVI
09c85e9391
update workflow name
8 months ago
FonduemangVI
925eb3add8
update deploy
8 months ago
zakary
27106e0cdd
ci(pr-name-check): integrates pr naming convention into workflow ( #1881 )
...
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
8 months ago
dependabot[bot]
b60126957f
build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 ( #1871 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
FonduemangVI
c2e304bd2f
updates to script
9 months ago
FonduemangVI
e2dd68dfc6
fix casing
9 months ago
FonduemangVI
8704b9e73b
test new action
9 months ago
FonduemangVI
1c0002d16a
test
9 months ago
FonduemangVI
d1b0f7b4d3
Update actions versions
9 months ago
FonduemangVI
96c92ea148
update branch
9 months ago
FonduemangVI
d1085ace4e
test auto action
9 months ago
dependabot[bot]
ee94d15388
build(deps): bump actions/cache from 4.0.1 to 4.0.2 ( #1861 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
FonduemangVI
1e2f6d2f43
fix(ghactions): fix branch typo for workflows
9 months ago
bakerboy448
505e668578
(chore): quiet CI ( #1855 )
...
* Update conflicts.yml
* Update deploy.yml
* Update labeler.yml
* Update lint-editor.yml
* Update lint-markdown.yml
* Update metadata-validation.yml
* Update lint-yaml.yml
* Update metadata-validation.yml
* Update metadata-validation.yml
9 months ago