Skip to content

Commit ffc7b9b

Browse files
Bump form-data from 4.0.2 to 4.0.4 [skip ci] (#352)
* Bump form-data from 4.0.2 to 4.0.4 Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Add reviewer input to bump-gitstream-core workflow and update brace-expansion versions * Update dist/index.js with new build artifacts --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Misha Kav <misha.kav@gmail.com>
1 parent cac55c9 commit ffc7b9b

File tree

3 files changed

+42
-35
lines changed

3 files changed

+42
-35
lines changed

.github/workflows/bump-gitstream-core.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ on:
2121
required: false
2222
type: boolean
2323
default: true
24+
reviewer:
25+
description: GitHub username to assign as reviewer
26+
required: false
2427

2528
jobs:
2629
publish_pr:
@@ -34,12 +37,18 @@ jobs:
3437
echo "VERSION=${{ inputs.version }}" >> "$GITHUB_ENV"
3538
echo "BRANCH_NAME=${{ inputs.ticket }}-bump-gitstream-core-to-${{ inputs.version }}" >> "$GITHUB_ENV"
3639
echo "LABEL_ARG=" >> "$GITHUB_ENV"
40+
echo "REVIEWER_ARG=" >> "$GITHUB_ENV"
3741
3842
- name: Set auto-deploy label
3943
if: inputs.auto-deploy
4044
run: |
4145
echo "LABEL_ARG=--label auto-deploy" >> "$GITHUB_ENV"
4246
47+
- name: Set reviewer
48+
if: inputs.reviewer
49+
run: |
50+
echo "REVIEWER_ARG=--reviewer ${{ inputs.reviewer }}" >> "$GITHUB_ENV"
51+
4352
- name: Init npmrc
4453
run: |
4554
curl -H "X-JFrog-Art-API: ${{ secrets.ARTIFACTORY_API_KEY }}" https://linearb.jfrog.io/linearb/api/npm/npm-local/auth/linearb >> .npmrc
@@ -64,5 +73,4 @@ jobs:
6473
--base develop \
6574
--title "Bump \`@linearb/gitstream-core\` to \`${{ env.VERSION }}\`" \
6675
--body-file pr_description.txt \
67-
--head ${{ env.BRANCH_NAME }} \
68-
--reviewer ${{ github.actor }} ${{ env.LABEL_ARG }}
76+
--head ${{ env.BRANCH_NAME }} ${{ env.REVIEWER_ARG }} ${{ env.LABEL_ARG }}

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 31 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)