Go to file
Julien Fastré 358b8d696b
Refactor code by merging create-pull-request.go into main.go
The create-pull-request.go has been deleted and its functionalities have been incorporated into main.go. This refactor improves the code structure, by eliminating the file separation which was unnecessary. It maintains all original functionalities, including managing pull requests and labels on Gitea repositories.
2024-03-08 11:56:17 +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 first implementation of the action 2024-03-08 00:37:15 +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 Refactor code by merging create-pull-request.go into main.go 2024-03-08 11:56:17 +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.