Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions force pushed and closed PR #992

Open
bgyori opened this issue Nov 22, 2023 · 1 comment
Open

GitHub actions force pushed and closed PR #992

bgyori opened this issue Nov 22, 2023 · 1 comment

Comments

@bgyori
Copy link
Contributor

bgyori commented Nov 22, 2023

This is odd, as soon as I opened a new (unrelated) issue, GHA force pushed over one of my commits to the PR #990 and then closed the PR:
image

@cthoyt
Copy link
Member

cthoyt commented Nov 22, 2023

@bgyori this is a really bizarre problem. I'm sorry that this made it difficult to contribute.

I wonder if the component of the GitHub action has a bug in it. This is the part of the code that defines it:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch-suffix: short-commit-hash
labels: New,Prefix
body: ${{ steps.update.outputs.BR_BODY }}
title: ${{ steps.update.outputs.BR_TITLE }}

Apparently, there is a v5 of this plugin (https://github.com/peter-evans/create-pull-request). I will try upgrading and see if that is the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants