From 48b028fb2ed753894fcae96e18c89a634f460ab0 Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:26:02 +0200 Subject: [PATCH 1/6] Update stewards-update.yml to only make PR with README --- .github/workflows/stewards-update.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/stewards-update.yml b/.github/workflows/stewards-update.yml index 04d4ca3f82..5d730958de 100644 --- a/.github/workflows/stewards-update.yml +++ b/.github/workflows/stewards-update.yml @@ -24,6 +24,11 @@ jobs: - name: Run table generator run: node utils/stewards-table.js + - name: Reset all changes except README.md + run: | + git add README.md + git restore --source=HEAD . + - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: From b3cf88e89a95101d1e2b9badbdf8bfa30d776b05 Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:27:11 +0200 Subject: [PATCH 2/6] Update stewards-update.yml --- .github/workflows/stewards-update.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stewards-update.yml b/.github/workflows/stewards-update.yml index 5d730958de..1825b476cb 100644 --- a/.github/workflows/stewards-update.yml +++ b/.github/workflows/stewards-update.yml @@ -37,4 +37,3 @@ jobs: title: 'chore: update README table from stewards.yml' body: 'This PR updates the README.md table to reflect changes in stewards.yml.' add: README.md - token: ${{ secrets.ACCESS_TOKEN }} From da62d58306b2ede0f610343da02714f784c534ef Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:27:38 +0200 Subject: [PATCH 3/6] Update stewards.yml --- stewards.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/stewards.yml b/stewards.yml index da59ad2da6..98afd718c9 100644 --- a/stewards.yml +++ b/stewards.yml @@ -42,6 +42,7 @@ lukeplowden: ksen0: - Maintainers - p5.js-website + - TEST Divyansh013: - i18n: From 0d8086508f8f8b47db759bcf2e873c6ef613849f Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:32:23 +0200 Subject: [PATCH 4/6] Update stewards-update.yml --- .github/workflows/stewards-update.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stewards-update.yml b/.github/workflows/stewards-update.yml index 1825b476cb..7c95b3e548 100644 --- a/.github/workflows/stewards-update.yml +++ b/.github/workflows/stewards-update.yml @@ -24,10 +24,17 @@ jobs: - name: Run table generator run: node utils/stewards-table.js + - name: Show git status + run: git status + + - name: Show diff for README.md + run: git diff README.md + - name: Reset all changes except README.md run: | + git restore --staged . git add README.md - git restore --source=HEAD . + git checkout -- . - name: Create Pull Request uses: peter-evans/create-pull-request@v5 From eeea06c45d96405be65fc8d37deb5d71f773a965 Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:32:38 +0200 Subject: [PATCH 5/6] Update stewards.yml --- stewards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stewards.yml b/stewards.yml index 98afd718c9..ecc72b30be 100644 --- a/stewards.yml +++ b/stewards.yml @@ -42,7 +42,7 @@ lukeplowden: ksen0: - Maintainers - p5.js-website - - TEST + - TEST2 Divyansh013: - i18n: From 3beccf035ebcc6b20008747efe840c07c384afa2 Mon Sep 17 00:00:00 2001 From: ksen0 Date: Tue, 10 Jun 2025 11:33:10 +0000 Subject: [PATCH 6/6] Update README table from stewards.yml --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8de3d5a846..55d0faf7b2 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Lead/Mentor Alumni |------|-------------| | Maintainers | [@davepagurek](https://github.com/davepagurek), [@ksen0](https://github.com/ksen0), [@limzykenneth](https://github.com/limzykenneth), [@perminder-17](https://github.com/perminder-17), [@qianqianye](https://github.com/qianqianye) | | Accessibility | [@calebfoss](https://github.com/calebfoss) | +| Accessibility (p5.js-website) | [@coseeian](https://github.com/coseeian) | | Color | [@limzykenneth](https://github.com/limzykenneth) | | Core | [@davepagurek](https://github.com/davepagurek) | | DevOps | [@Vaivaswat2244](https://github.com/Vaivaswat2244), [@error-four-o-four](https://github.com/error-four-o-four), [@limzykenneth](https://github.com/limzykenneth), [@lirenjie95](https://github.com/lirenjie95) | @@ -106,6 +107,7 @@ Lead/Mentor Alumni | p5.js-website | [@clairep94](https://github.com/clairep94), [@ksen0](https://github.com/ksen0) | | p5.sound.js | [@ogbabydiesal](https://github.com/ogbabydiesal) | | Shapes | [@GregStanton](https://github.com/GregStanton) | +| TEST2 | [@ksen0](https://github.com/ksen0) | | Typography | [@dhowe](https://github.com/dhowe) | | WebGL | [@RandomGamingDev](https://github.com/RandomGamingDev) |