Skip to content

Merge pull request #48 from Hats-Protocol/update/tests #4

Merge pull request #48 from Hats-Protocol/update/tests

Merge pull request #48 from Hats-Protocol/update/tests #4

Workflow file for this run

name: "Merge"
on:
workflow_dispatch:
push:
branches:
- submissions
jobs:
merge:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.MODULES_REGISTRY_BOT_TOKEN }}
- name: Merge
run: |
git config user.name modules-registry-bot
git config user.email [email protected]
git fetch --unshallow
git checkout v1
git pull
git merge --no-ff submissions -m "Auto-merge"
git push