mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools,meta: update README and tools to reflect changes in TSC charter
Ref: https://github.com/nodejs/TSC/pull/1350 PR-URL: https://github.com/nodejs/node/pull/47126 Refs: https://github.com/nodejs/TSC/pull/1350 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
3807dfbacd
commit
b351f12a85
8
.github/workflows/find-inactive-tsc.yml
vendored
8
.github/workflows/find-inactive-tsc.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Find inactive TSC members
|
||||
name: Find inactive TSC voting members
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Find inactive TSC members
|
||||
- name: Find inactive TSC voting members
|
||||
run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV
|
||||
|
||||
- name: Open pull request
|
||||
@@ -56,6 +56,6 @@ jobs:
|
||||
@nodejs/tsc ${{ env.INACTIVE_TSC_HANDLES }}
|
||||
|
||||
${{ env.DETAILS_FOR_COMMIT_BODY }}
|
||||
commit-message: 'meta: move one or more TSC members to emeritus'
|
||||
commit-message: 'meta: move TSC voting member(s) to regular member(s)'
|
||||
labels: meta
|
||||
title: 'meta: move one or more TSC members to emeritus'
|
||||
title: 'meta: move TSC voting member(s) to regular member(s)'
|
||||
|
||||
Reference in New Issue
Block a user