Compare commits
1 Commits
d0386096f4
...
7bca8433bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
7bca8433bb
|
@@ -67,48 +67,28 @@ jobs:
|
|||||||
done
|
done
|
||||||
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 <gitea-bot@alexlebens.net>
|
|
||||||
# author: gitea-bot <gitea-bot@alexlebens.net>
|
|
||||||
# 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
|
id: pull-request
|
||||||
uses: infinilabs/gitea-pr@v0
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.GITEA_URL }}
|
token: ${{ secrets.BOT_TOKEN_MANIFEST }}
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
committer: gitea-bot <gitea-bot@alexlebens.net>
|
||||||
|
author: gitea-bot <gitea-bot@alexlebens.net>
|
||||||
commit-message: "chore: Update manifests after chart change"
|
commit-message: "chore: Update manifests after chart change"
|
||||||
committer: "gitea-bot <gitea-bot@alexlebens.net>"
|
branch: auto/update-manifests
|
||||||
author: "gitea-bot <gitea-bot@alexlebens.net>"
|
branch-suffix: timestamp
|
||||||
base: "manifests"
|
base: manifests
|
||||||
branch: "auto/update-manifests"
|
|
||||||
title: "Manifest Update: App Changes"
|
title: "Manifest Update: App Changes"
|
||||||
body: |
|
body: |
|
||||||
This PR contains the newly rendered Kubernetes manifests.
|
This PR contains the newly rendered Kubernetes manifests.
|
||||||
|
|
||||||
* Triggered by workflow run ${{ github.run_id }}
|
* Triggered by workflow run ${{ github.run_id }}
|
||||||
* Review the `files changed` tab for the full YAML diff.
|
* Review the `files changed` tab for the full YAML diff.
|
||||||
pr-label: "manifests, automated"
|
labels: |
|
||||||
assignee: "alexlebens"
|
manifests
|
||||||
|
automated
|
||||||
|
add-paths: |
|
||||||
|
clusters/cl01tl/manifests/*
|
||||||
|
|
||||||
- name: ntfy Created
|
- name: ntfy Created
|
||||||
uses: niniyas/ntfy-action@master
|
uses: niniyas/ntfy-action@master
|
||||||
|
|||||||
Reference in New Issue
Block a user