FantasticFiasco / action-update-license-year

GitHub Action that in a pull request updates the copyright year(s) in your license file.
Apache License 2.0
58 stars 2 forks source link

How to avoid pull request with multiple authors? #308

Closed mondeja closed 4 months ago

mondeja commented 1 year ago

Is your feature request related to a problem? Please describe.

When I use this action setting as input the minimal input with.repo: ${{ secrets.GITHUB_TOKEN }}, the created PR is authored by two users, in the next case 41898282+github-actions[bot]@users.noreply.github.com and github-actions@github.com:

image

Describe the solution you'd like

As the default author is github-actions and the default email is github-actions@github.com I would expect that only this user would be the author of the PR.

Describe alternatives you've considered

N/a

Additional context

N/a

FantasticFiasco commented 1 year ago

Hi @mondeja! I haven't payed attention if this is something new or it always was like this. I'm in the progress of releasing a new minor version, will look at this at the same time.

FantasticFiasco commented 1 year ago

Is your repository public? I would like to see the workflow file and the action logs.

mondeja commented 1 year ago

Yes, workflow file and action logs.

FantasticFiasco commented 1 year ago

I've retried to reproduce your issue but somehow fail.

image

The PR title in this case is Temp.

I'm unsure on how to proceed, would you be able to provide steps that would reproduce the issue?

FantasticFiasco commented 4 months ago

Close due to inactivity