diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index 2fc658b..9a5a645 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -31,4 +31,14 @@ jobs: commit_message: Sort & Merge PIS Files commit_user_name: owlbot commit_user_email: owlbot@owlboard.info - commit_author: owlbot \ No newline at end of file + commit_author: owlbot + + - name: Create PR + uses: https://github.com/peter-evans/create-pull-request@v6 + with: + token: ${{ secrets.OWLBOT_KEY }} + committer: OwlBot + signoff: true + title: Merge Changes + reviewers: fred.boniface + branch: main \ No newline at end of file diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 7f260ac..47003eb 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -4,8 +4,7 @@ run-name: Release_Generator on: push: branches: -# - main - - nulls + - main jobs: validate_and_release: