Skip to content

Customing PR header not functional #663

@pilotak

Description

@pilotak

TL;DR

I wanted to chage the beep boop so i found in docu https://github.com/googleapis/release-please/blob/main/docs/customizing.md that it can be done pull-request-header so i did, but this option is not supported

Expected behavior

No response

Observed behavior

No response

Action YAML

name: release

on:
  push:
    branches:
      - master

jobs:
  release_helper:
    runs-on: ubuntu-latest
    outputs:
      release: ${{ steps.release.outputs.release_created }}
      version: ${{ steps.release.outputs.tag_name }}
    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - uses: google-github-actions/release-please-action@v3
        id: release
        with:
          release-type: node
          pull-request-header: ":robot: New release version"
          pull-request-title-pattern: "chore: release${component} ${version}"

Log output

Unexpected input(s) 'pull-request-header', valid inputs are ['token', 'fork', 'clean', 'package-name', 'release-type', 'bump-minor-pre-major', 'bump-patch-for-minor-pre-major', 'path', 'changelog-path', 'changelog-host', 'command', 'version-file', 'extra-files', 'default-branch', 'changelog-types', 'config-file', 'manifest-file', 'signoff', 'github-api-url', 'github-graphql-url', 'repo-url', 'monorepo-tags', 'pull-request-title-pattern', 'draft', 'draft-pull-request', 'changelog-notes-type', 'versioning-strategy', 'release-as', 'skip-github-release', 'prerelease', 'component', 'include-v-in-tag', 'tag-separator', 'snapshot-labels', 'bootstrap-sha', 'last-release-sha', 'always-link-local', 'separate-pull-requests', 'plugins', 'labels', 'release-labels', 'skip-labeling', 'sequential-calls', 'group-pull-request-title-pattern', 'release-search-depth', 'commit-search-depth', 'proxy-server']

Additional information

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions