Skip to content

Allow custom dependabotAuthor and dependabotCommitter #378

@yeikel

Description

@yeikel

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the feature has not already been requested

🚀 Feature Proposal

Add two new configuration properties dependabotAuthor and dependabotCommitter that allows users to configure https://github.com/fastify/github-action-merge-dependabot/blob/main/src/getDependabotDetails.js#L2-L4 and set custom values

note : I am open to sending a PR about this

Motivation

I run dependabot-core (the core framework behind dependabot) privatel yand my user details are not what the actions expect

Example Configuration

dependabotAuthor:
   required: false
   default: "dependabot[bot]"
dependabotCommitter:
   required: false
   default: "GitHub"

Example Input

dependabotAuthor : myUser

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