Skip to content

Commit bf73db8

Browse files
committed
code review
1 parent babb4d4 commit bf73db8

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

.github/scripts/report-inactive-collaborators.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ${inactiveMembers.map(m => `| @${m} |`).join('\n')}
7272
7373
## What happens next?
7474
75-
Team maintainers should review this list and contact inactive collaborators to confirm their continued interest in participating in the project.`;
75+
@nodejs/nodejs-website should review this list and contact inactive collaborators to confirm their continued interest in participating in the project.`;
7676
}
7777

7878
async function createOrUpdateIssue(github, context, report) {

.github/workflows/find-inactive-collaborators.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77

88
workflow_dispatch:
99

10-
env:
11-
NODE_VERSION: lts/*
12-
1310
permissions: {}
1411

1512
jobs:
@@ -31,4 +28,4 @@ jobs:
3128
with:
3229
script: |
3330
const report = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs");
34-
report(github, exec)
31+
report(github, exec);

GOVERNANCE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,39 +15,39 @@ The Node.js Website Team is responsible for the day-to-day technical development
1515

1616
The maintainers on the Node.js Website Team are responsible for steering the technical direction of the Node.js Website, and reserve the right to make final decisions on any issues or pull requests, in line with the Contribution Guidelines, Collaborator Guidelines, the Code of Conduct and the overall Governance premises of the Node.js project.
1717

18-
Members of this team are nominated through the guidelines provided in the Collaborator Guidelines within this repository. After a passed nominations, members should submit a PR to add themselves to the list of current members, shown below.
18+
Members of this team are nominated through the guidelines provided in the [Contributing Guidelines](https://github.com/nodejs/nodejs.org/blob/main/CONTRIBUTING.md#becoming-a-collaborator) within this repository. After a passed nomination, members should submit a PR to add themselves to the list of current members, shown below.
1919

2020
#### Current Members
2121

22-
- [araujogui](https://github.com/araujogui) - **Guilherme Araújo**
22+
- [araujogui](https://github.com/araujogui) - **Guilherme Araújo** (he/him)
2323

24-
- [AugustinMauroy](https://github.com/AugustinMauroy) - **Augustin Mauroy**
24+
- [AugustinMauroy](https://github.com/AugustinMauroy) - **Augustin Mauroy** (he/him)
2525

26-
- [avivkeller](https://github.com/avivkeller) - **Aviv Keller**
26+
- [avivkeller](https://github.com/avivkeller) - **Aviv Keller** (he/him)
2727

2828
- [aymen94](https://github.com/aymen94) - **Aymen Naghmouchi**
2929

30-
- [benhalverson](https://github.com/benhalverson) - **Ben Halverson**
30+
- [benhalverson](https://github.com/benhalverson) - **Ben Halverson** (he/him)
3131

3232
- [bjohansebas](https://github.com/bjohansebas) - **Sebastian Beltran**
3333

34-
- [bmuenzenmeyer](https://github.com/bmuenzenmeyer) - **Brian Muenzenmeyer**
34+
- [bmuenzenmeyer](https://github.com/bmuenzenmeyer) - **Brian Muenzenmeyer** (he/him)
3535

36-
- [bnb](https://github.com/bnb) - **Tierney Cyren**
36+
- [bnb](https://github.com/bnb) - **Tierney Cyren** (they/them)
3737

3838
- [canerakdas](https://github.com/canerakdas) - **Caner Akdas**
3939

4040
- [dario-piotrowicz](https://github.com/dario-piotrowicz) - **Dario Piotrowicz**
4141

42-
- [Harkunwar](https://github.com/Harkunwar) - **Harkunwar Kochar**
42+
- [Harkunwar](https://github.com/Harkunwar) - **Harkunwar Kochar** (he/him)
4343

44-
- [HinataKah0](https://github.com/HinataKah0) - **HinataKah0**
44+
- [HinataKah0](https://github.com/HinataKah0) - **HinataKah0** (he/him)
4545

46-
- [manishprivet](https://github.com/manishprivet) - **Manish Kumar**
46+
- [manishprivet](https://github.com/manishprivet) - **Manish Kumar** (he/him)
4747

48-
- [mikeesto](https://github.com/mikeesto) - **Michael Esteban**
48+
- [mikeesto](https://github.com/mikeesto) - **Michael Esteban** (he/him)
4949

50-
- [ovflowd](https://github.com/ovflowd) - **Claudio Wunder**
50+
- [ovflowd](https://github.com/ovflowd) - **Claudio Wunder** (they/them)
5151

5252
- [rodion-arr](https://github.com/rodion-arr) - **Rodion Abdurakhimov**
5353

0 commit comments

Comments
 (0)