mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 04:07:54 +00:00
feat: initial commit for bizinikiwi-connect with clean CI
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
name: Dependabot Changeset
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, labeled]
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
name: Update Dependabot PR
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
|
||||
steps:
|
||||
- name: Generate a token
|
||||
id: gen_token
|
||||
uses: actions/create-github-app-token@v2
|
||||
with:
|
||||
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
|
||||
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}
|
||||
owner: ${{ github.repository_owner }}
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- name: Update PR
|
||||
uses: mscharley/dependency-changesets-action@v1.1.9
|
||||
with:
|
||||
token: ${{ steps.gen_token.outputs.token }}
|
||||
use-conventional-commits: false
|
||||
author-name: GitHub Action
|
||||
author-email: action@github.com
|
||||
Reference in New Issue
Block a user