diff --git a/.github/workflows/stewards-update.yml b/.github/workflows/stewards-update.yml index 04d4ca3f82..7c95b3e548 100644 --- a/.github/workflows/stewards-update.yml +++ b/.github/workflows/stewards-update.yml @@ -24,6 +24,18 @@ 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 checkout -- . + - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: @@ -32,4 +44,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 }} 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) | diff --git a/stewards.yml b/stewards.yml index da59ad2da6..ecc72b30be 100644 --- a/stewards.yml +++ b/stewards.yml @@ -42,6 +42,7 @@ lukeplowden: ksen0: - Maintainers - p5.js-website + - TEST2 Divyansh013: - i18n: