Skip to content

Commit

Permalink
ci: push ci registry changes to main (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb authored Nov 1, 2023
1 parent c76567a commit 120805b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 89 deletions.
84 changes: 0 additions & 84 deletions .github/workflows/auto-approve.yml

This file was deleted.

17 changes: 12 additions & 5 deletions .github/workflows/pr.yml → .github/workflows/registry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pr
name: registry

on:
schedule:
Expand Down Expand Up @@ -29,8 +29,15 @@ jobs:
# build registry
- run: yarn start

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automated Registry Update
file_pattern: '*.json'
disable_globbing: true

- name: Merge Registry Changes to main
uses: ad-m/github-push-action@master
with:
branch: bot-auto-update-registry
title: 'chore: update asset registry'
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 120805b

Please sign in to comment.