From f07c5bce0cb026da80fef9bfeca218c152ce1160 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 4 Dec 2025 21:19:43 +0000 Subject: [PATCH] Update action to better handle PR creation --- .gitea/workflows/auto_pr.yaml | 3 +-- pis/test.txt | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 pis/test.txt diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index c8bf557..29d5c23 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -41,10 +41,9 @@ jobs: with: base_url: https://git.fjla.uk token: ${{ secrets.OWLBOT_KEY }} - commit-branch: sort-merge-${{ github.run_id }} + commit-branch: ${{ github.ref_name }} base: main title: 'Automated PIS Update: Robotic Owl' - delete-branch: true body: | This pull request was automatically generated by the Robotic Owl. diff --git a/pis/test.txt b/pis/test.txt new file mode 100644 index 0000000..03d28da --- /dev/null +++ b/pis/test.txt @@ -0,0 +1,2 @@ +SImple testfile which should be deleted by action for testing +! \ No newline at end of file