Skip to content

Commit ed76b49

Browse files
Mesteerytargos
authored andcommitted
build: fix actions pull request's branch
PR-URL: #40494 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Qingyu Deng <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent c0a7020 commit ed76b49

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
3636
with:
3737
author: Node.js GitHub Bot <[email protected]>
38+
branch: actions/inactive-collaborators
3839
body: This PR was generated by tools/find-inactive-collaborators.yml.
3940
commit-message: "meta: move one or more collaborators to emeritus"
4041
labels: meta

.github/workflows/license-builder.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
with:
20+
author: Node.js GitHub Bot <[email protected]>
21+
branch: actions/license-builder
2022
title: "doc: run license-builder"
2123
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."
2224
commit-message: 'doc: run license-builder'

0 commit comments

Comments
 (0)