From 0972933c18dc6853f334a3d444ccdea5037168dc Mon Sep 17 00:00:00 2001
From: Matthew Lee <4513875+mattdeform@users.noreply.github.com>
Date: Mon, 10 Aug 2026 12:55:09 +1200
Subject: [PATCH] Updating support badges and links
---
.github/workflows/ci-main.yml | 4 ++--
.github/workflows/ci-release.yml | 8 ++++----
.github/workflows/initial-setup.yml | 2 +-
README.md | 10 +++++-----
_README.md | 17 ++++++++++-------
5 files changed, 22 insertions(+), 19 deletions(-)
diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml
index ce81d19..2525f48 100644
--- a/.github/workflows/ci-main.yml
+++ b/.github/workflows/ci-main.yml
@@ -10,9 +10,9 @@ on:
jobs:
static-analysis:
- if: github.repository != 'mattdeform/MayaPythonProjectTemplate'
+ if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate'
uses: ./.github/workflows/reusable-static-analysis.yml
tests:
- if: github.repository != 'mattdeform/MayaPythonProjectTemplate'
+ if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate'
uses: ./.github/workflows/reusable-maya-tests.yml
diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml
index 9bb83b1..5917a9f 100644
--- a/.github/workflows/ci-release.yml
+++ b/.github/workflows/ci-release.yml
@@ -6,15 +6,15 @@ on:
jobs:
static-analysis:
- if: github.repository != 'mattdeform/MayaPythonProjectTemplate'
+ if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate'
uses: ./.github/workflows/reusable-static-analysis.yml
tests:
- if: github.repository != 'mattdeform/MayaPythonProjectTemplate'
+ if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate'
uses: ./.github/workflows/reusable-maya-tests.yml
do_release:
- if: github.repository != 'mattdeform/MayaPythonProjectTemplate'
+ if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate'
needs: [tests]
uses: ./.github/workflows/reusable-semantic-release.yml
permissions:
@@ -22,7 +22,7 @@ jobs:
id-token: write
docs:
- if: github.repository != 'mattdeform/MayaPythonProjectTemplate'
+ if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate'
needs: [tests, do_release] # only build docs when release is successful
uses: ./.github/workflows/reusable-build-and-deploy-docs.yml
permissions:
diff --git a/.github/workflows/initial-setup.yml b/.github/workflows/initial-setup.yml
index b761dc2..66dd90e 100644
--- a/.github/workflows/initial-setup.yml
+++ b/.github/workflows/initial-setup.yml
@@ -12,7 +12,7 @@ env:
jobs:
setup:
- if: github.repository != 'mattdeform/MayaPythonProjectTemplate'
+ if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate'
runs-on: ubuntu-latest
permissions:
diff --git a/README.md b/README.md
index 94c9d29..9ecbfae 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-
+
@@ -17,13 +17,13 @@
A GitHub template for Maya Python tools
- Report Bug
+ Report Bug
ยท
- Request Feature
+ Request Feature