Skip to content

chore: update README table from stewards.yml #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/workflows/stewards-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand All @@ -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) |
<!-- STEWARDS-LIST:END -->
Expand Down
1 change: 1 addition & 0 deletions stewards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ lukeplowden:
ksen0:
- Maintainers
- p5.js-website
- TEST2

Divyansh013:
- i18n:
Expand Down