mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 01:26:47 +00:00
chore: synced local '.github/workflows/backstage-catalog-helper.yml' with remote 'tools/sre_file_sync/backstage-catalog-helper.yml'
This commit is contained in:
parent
17993bcdb2
commit
eb838343b1
1 changed files with 8 additions and 7 deletions
13
.github/workflows/backstage-catalog-helper.yml
vendored
13
.github/workflows/backstage-catalog-helper.yml
vendored
|
@ -25,13 +25,14 @@ jobs:
|
||||||
app_id: ${{ secrets.SRE_BOT_RW_APP_ID }}
|
app_id: ${{ secrets.SRE_BOT_RW_APP_ID }}
|
||||||
private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }}
|
private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }}
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate_token.outputs.token}}
|
token: ${{ steps.generate_token.outputs.token}}
|
||||||
commit-message: "Add catalog-info.yaml"
|
sign-commits: true
|
||||||
branch: "backstage/catalog-info"
|
commit-message: 'Add catalog-info.yaml'
|
||||||
title: "Add catalog-info.yaml"
|
branch: 'backstage/catalog-info'
|
||||||
body: "Adding a basic catalog-info.yaml to start populating the backstage catalog with your components."
|
title: 'Add catalog-info.yaml'
|
||||||
labels: "backstage"
|
body: 'Adding a basic catalog-info.yaml to start populating the backstage catalog with your components.'
|
||||||
|
labels: 'backstage'
|
||||||
add-paths: |
|
add-paths: |
|
||||||
catalog-info.yaml
|
catalog-info.yaml
|
Loading…
Add table
Add a link
Reference in a new issue