-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: ping TSC members identified as inactive
When detecting TSC members as inactive, @-mention them in the pull request that moves them to emeritus. This notifies them in case the pull request is in error. PR-URL: #40915 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
- Loading branch information
1 parent
26a3ddb
commit d227ed1
Showing
2 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
node-version: ${{ env.NODE_VERSION }} | ||
|
||
- name: Find inactive TSC members | ||
run: tools/find-inactive-tsc.mjs | ||
run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV | ||
|
||
- name: Open pull request | ||
uses: gr2m/create-or-update-pull-request-action@v1 | ||
|
@@ -41,7 +41,12 @@ jobs: | |
with: | ||
author: Node.js GitHub Bot <[email protected]> | ||
branch: actions/inactive-tsc | ||
body: This PR was generated by tools/find-inactive-tsc.yml. | ||
body: | | ||
This PR was generated by tools/find-inactive-tsc.yml. | ||
@nodejs/tsc ${{ env.INACTIVE_TSC_HANDLES }} | ||
${{ env.DETAILS_FOR_COMMIT_BODY }} | ||
commit-message: "meta: move one or more TSC members to emeritus" | ||
labels: meta | ||
title: "meta: move one or more TSC members to emeritus" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters