forked from npm/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update action secrets + bot info (npm#4878)
* chore: update bot account and secrets for nodejs/node updates * chore: update bot account and secrets for npm/benchmarks triggers * chore: add npm CLI robot to mailmap and exclude from AUTHORS
- Loading branch information
Showing
4 changed files
with
9 additions
and
8 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
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 |
---|---|---|
|
@@ -21,22 +21,22 @@ jobs: | |
fetch-depth: 0 | ||
ref: master | ||
repository: npm/node | ||
token: ${{ secrets.NPM_ROBOT_USER_PAT }} | ||
token: ${{ secrets.NODE_PULL_REQUEST_TOKEN }} | ||
- name: Setup git user | ||
run: | | ||
git config --global user.email "npm team" | ||
git config --global user.name "ops+robot@npmjs.com" | ||
git config --global user.email "npm CLI robot" | ||
git config --global user.name "npm-cli+bot@github.com" | ||
- name: Sync upstream changes | ||
uses: aormsby/[email protected] | ||
with: | ||
target_sync_branch: master | ||
target_repo_token: ${{ secrets.NPM_ROBOT_USER_PAT }} | ||
target_repo_token: ${{ secrets.NODE_PULL_REQUEST_TOKEN }} | ||
upstream_sync_branch: master | ||
upstream_sync_repo: nodejs/node | ||
upstream_pull_args: --ff-only | ||
- name: Run dependency updates and create PR | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.NPM_ROBOT_USER_PAT }} | ||
GITHUB_TOKEN: ${{ secrets.NODE_PULL_REQUEST_TOKEN }} | ||
run: | | ||
base_dir="$( pwd )"/ | ||
dry_run="${{ github.event.inputs.dryRun }}" | ||
|
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 |
---|---|---|
|
@@ -56,6 +56,7 @@ Michael Hayes <[email protected]> <[email protected]> | |
Misha Kaletsky <[email protected]> | ||
Nicolas Morel <[email protected]> | ||
npm team <[email protected]> <[email protected]> | ||
npm CLI robot <[email protected]> | ||
Olivier Melcher <[email protected]> | ||
Ra'Shaun Stovall <[email protected]> | ||
Rebecca Turner <[email protected]> <[email protected]> | ||
|
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