Skip to content

Allow to configure the branch name #39

@jmlemetayer

Description

@jmlemetayer

I have configured the version updater action on my project and it works perfectly. Thanks for your project.

But as it is executed every day and with a new branch name each time, if I don't check my projects every day, I end up with several pull requests for the same patch.

On my workflow:

on:                                                                                                                                                                                                            
  schedule:                                                                                                                                                                                                    
    - cron: '0 0 * * *'

On main.py :

new_branch_name = f"gh-actions-update-{int(time.time())}"

I think it will be good to have a fix branch name (at least as an option), So that the pull request can be updated each time (with a force push).

Best regards,
Jean-Marie

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions