From b5beaa88b1f50023897714fe970bf6cc737be2f7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 30 Nov 2025 14:36:59 -0600 Subject: [PATCH] use different package --- .gitea/workflows/render-manifests.yaml | 46 ++++++++++++++++++-------- 1 file changed, 33 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index c78a7a227..f8eccb1cf 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -67,28 +67,48 @@ jobs: done done - - name: Create Pull Request + # - name: Create Pull Request + # id: pull-request + # uses: peter-evans/create-pull-request@v7 + # with: + # token: ${{ secrets.PERSONAL_TOKEN }} + # committer: gitea-bot + # author: gitea-bot + # commit-message: "chore: Update manifests after chart change" + # branch: auto/update-manifests + # branch-suffix: timestamp + # base: manifests + # title: "Manifest Update: App Changes" + # body: | + # This PR contains the newly rendered Kubernetes manifests. + + # * Triggered by workflow run ${{ github.run_id }} + # * Review the `files changed` tab for the full YAML diff. + # labels: | + # manifests + # automated + # add-paths: | + # clusters/cl01tl/manifests/* + + - name: Create Gitea PR id: pull-request - uses: peter-evans/create-pull-request@v7 + uses: infinilabs/gitea-pr@v0 with: - token: ${{ secrets.BOT_TOKEN_MANIFEST }} - committer: gitea-bot - author: gitea-bot + url: ${{ secrets.GITEA_URL }} + token: ${{ secrets.GITEA_TOKEN }} commit-message: "chore: Update manifests after chart change" - branch: auto/update-manifests - branch-suffix: timestamp - base: manifests + committer: "gitea-bot " + author: "gitea-bot " + base: "manifests" + branch: "auto/update-manifests" title: "Manifest Update: App Changes" body: | This PR contains the newly rendered Kubernetes manifests. * Triggered by workflow run ${{ github.run_id }} * Review the `files changed` tab for the full YAML diff. - labels: | - manifests - automated - add-paths: | - clusters/cl01tl/manifests/* + pr-label: "manifests, automated" + assignee: "alexlebens" - name: ntfy Created uses: niniyas/ntfy-action@master