Implementation of a gitea action to create a pull request

This commit is contained in:
2024-03-08 00:37:15 +01:00
parent 5c5d1fcf5b
commit 8f676ccb15
5 changed files with 253 additions and 15 deletions

View File

@@ -1 +1,5 @@
# 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.