Go to file
Julien Fastré 10b487d09d
Fix behaviour if the PR does already exists
2024-03-08 12:44:13 +01:00
.idea idea project settings 2024-02-20 18:04:24 +01:00
README.md first implementation of the action 2024-03-08 00:37:15 +01:00
action.yml Improve handling of head branch in pull requests 2024-03-08 12:04:05 +01:00
go.mod first implementation of the action 2024-03-08 00:37:15 +01:00
go.sum first implementation of the action 2024-03-08 00:37:15 +01:00
main.go Fix behaviour if the PR does already exists 2024-03-08 12:44:13 +01:00

README.md

Gitea action to Create a Pull Request

Gitea action to create a pull request.

Inspired by https://github.com/peter-evans/create-pull-request, but without the ability to commit the changes.