mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: fix actions pull request's branch
PR-URL: https://github.com/nodejs/node/pull/40494 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
parent
c0a70203de
commit
ed76b49834
@ -35,6 +35,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
|
||||
with:
|
||||
author: Node.js GitHub Bot <github-bot@iojs.org>
|
||||
branch: actions/inactive-collaborators
|
||||
body: This PR was generated by tools/find-inactive-collaborators.yml.
|
||||
commit-message: "meta: move one or more collaborators to emeritus"
|
||||
labels: meta
|
||||
|
2
.github/workflows/license-builder.yml
vendored
2
.github/workflows/license-builder.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
author: Node.js GitHub Bot <github-bot@iojs.org>
|
||||
branch: actions/license-builder
|
||||
title: "doc: run license-builder"
|
||||
body: "License is likely out of date. This is an automatically generated PR by the `license-builder.yml` GitHub Action, which runs `license-builder.sh` and submits a new PR or updates an existing PR."
|
||||
commit-message: 'doc: run license-builder'
|
||||
|
Loading…
Reference in New Issue
Block a user