Go to file
Julien Fastré 8f676ccb15
Implementation of a gitea action to create a pull request
2024-03-11 09:33:15 +01:00
.idea idea project settings 2024-02-20 18:04:24 +01:00
README.md Implementation of a gitea action to create a pull request 2024-03-11 09:33:15 +01:00
action.yml Implementation of a gitea action to create a pull request 2024-03-11 09:33:15 +01:00
go.mod Implementation of a gitea action to create a pull request 2024-03-11 09:33:15 +01:00
go.sum Implementation of a gitea action to create a pull request 2024-03-11 09:33:15 +01:00
main.go Implementation of a gitea action to create a pull request 2024-03-11 09:33:15 +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.