Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: update project colume name and pr commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 2, 2024
1 parent a354473 commit 914804c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cs9-x86.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: bootc Image Test on CentOS Stream 9
name: centos-bootc:stream9 Test

on:
issue_comment:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/trigger-cs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CentOS Stream 9 trigger
name: centos-bootc:stream9 trigger

on:
workflow_dispatch:
Expand Down Expand Up @@ -49,16 +49,16 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "CentOS Stream 9 - ${{ needs.check-image.outputs.image_version }} - ${{ steps.date.outputs.date }}"
commit-message: "build: centos-bootc:stream9 - ${{ needs.check-image.outputs.image_version }} - ${{ steps.date.outputs.date }}"
committer: cloudkitebot <[email protected]>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
branch: cpr
branch-suffix: random
delete-branch: true
title: "CentOS Stream 9 - ${{ needs.check-image.outputs.image_version }} - ${{ steps.date.outputs.date }}"
labels: auto-merge,CentOS-Stream-9
title: "centos-bootc:stream9 - ${{ needs.check-image.outputs.image_version }} - ${{ steps.date.outputs.date }}"
labels: auto-merge,centos-bootc:stream9
body: |
CentOS Stream 9 image ${{ needs.check-image.outputs.image_version }}
centos-bootc:stream9 image ${{ needs.check-image.outputs.image_version }}
- Date: ${{ steps.date.outputs.date }}
- Image URL: quay.io/centos-bootc/centos-bootc:stream9
- Image Digest: ${{ needs.check-image.outputs.image_digest }}
Expand Down Expand Up @@ -86,5 +86,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
project-name: bootc test
column-name: CentOS-Stream-9
column-name: centos-bootc:stream9
issue-number: ${{ steps.cpr.outputs.pull-request-number }}

0 comments on commit 914804c

Please sign in to comment.