mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 10:06: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
15
.github/workflows/backstage-catalog-helper.yml
vendored
15
.github/workflows/backstage-catalog-helper.yml
vendored
|
@ -25,13 +25,14 @@ jobs:
|
|||
app_id: ${{ secrets.SRE_BOT_RW_APP_ID }}
|
||||
private_key: ${{ secrets.SRE_BOT_RW_PRIVATE_KEY }}
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
|
||||
with:
|
||||
token: ${{ steps.generate_token.outputs.token}}
|
||||
commit-message: "Add catalog-info.yaml"
|
||||
branch: "backstage/catalog-info"
|
||||
title: "Add catalog-info.yaml"
|
||||
body: "Adding a basic catalog-info.yaml to start populating the backstage catalog with your components."
|
||||
labels: "backstage"
|
||||
sign-commits: true
|
||||
commit-message: 'Add catalog-info.yaml'
|
||||
branch: 'backstage/catalog-info'
|
||||
title: 'Add catalog-info.yaml'
|
||||
body: 'Adding a basic catalog-info.yaml to start populating the backstage catalog with your components.'
|
||||
labels: 'backstage'
|
||||
add-paths: |
|
||||
catalog-info.yaml
|
||||
catalog-info.yaml
|
Loading…
Add table
Add a link
Reference in a new issue