Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using GH token to trigger CI #724

Merged
merged 1 commit into from
Apr 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
branch: update-relay-proxy-chart-readme-${{ env.GIT_TAG_NAME }}
title: Update relay proxy helm README ${{ env.GIT_TAG_NAME }}
body: Automated pull request to update relay-proxy helm chart README ${{ env.GIT_TAG_NAME }}
commit-message: Update relay proxy helm README ${{ env.GIT_TAG_NAME }}
labels: automerge
assignees: thomaspoignant
reviewers: thomaspoignant
draft: false
signoff: true
delete-branch: true
path: ${{ env.MAIN_BRANCH_NAME }}
path: ${{ env.MAIN_BRANCH_NAME }}
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,15 @@ jobs:
branch: create-new-doc-version-${{ env.GIT_TAG_NAME }}
title: Create a new documentation version ${{ env.GIT_TAG_NAME }}
body: Automated pull request to create a new documentation version ${{ env.GIT_TAG_NAME }}
commit-message: Create a new documentation version ${{ env.GIT_TAG_NAME }}
labels: automerge
assignees: thomaspoignant
reviewers: thomaspoignant
draft: false
signoff: true
delete-branch: true
path: ${{ env.MAIN_BRANCH_NAME }}
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

bump-relay-proxy-helm-chart:
# bump-relay-proxy-helm-chart is opening a pull request to bump the appVersion field
Expand Down Expand Up @@ -232,13 +234,15 @@ jobs:
branch: bump-relay-proxy-helm-chart-${{ env.GIT_TAG_NAME }}
title: Bump relay-proxy helm chart version ${{ env.GIT_TAG_NAME }}
body: Automated pull request to bump relay-proxy helm chart version ${{ env.GIT_TAG_NAME }}
commit-message: Bump relay-proxy helm chart version ${{ env.GIT_TAG_NAME }}
labels: automerge
assignees: thomaspoignant
reviewers: thomaspoignant
draft: false
signoff: true
delete-branch: true
path: ${{ env.MAIN_BRANCH_NAME }}
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

homebrew:
name: Bump homebrew-core formula
Expand Down