mirror of https://github.com/vacp2p/nim-libp2p.git
nbc bump - target unstable
This commit is contained in:
parent
5e79d3ab9c
commit
63bf369315
|
@ -15,16 +15,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
app_id: ${{ secrets.BUMP_BOT_APP_ID }}
|
app_id: ${{ secrets.BUMP_BOT_APP_ID }}
|
||||||
private_key: ${{ secrets.BUMP_BOT_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.BUMP_BOT_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Clone NBC
|
- name: Clone NBC
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: status-im/nimbus-eth2
|
repository: status-im/nimbus-eth2
|
||||||
ref: devel
|
ref: unstable
|
||||||
path: nbc
|
path: nbc
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Checkout this ref
|
- name: Checkout this ref
|
||||||
run: |
|
run: |
|
||||||
cd nbc/vendor/nim-libp2p
|
cd nbc/vendor/nim-libp2p
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||||
git config --global user.name = "${{ github.actor }}"
|
git config --global user.name = "${{ github.actor }}"
|
||||||
git commit -a -m "auto-bump nim-libp2p"
|
git commit -a -m "auto-bump nim-libp2p"
|
||||||
|
|
||||||
- name: Make PR
|
- name: Make PR
|
||||||
uses: peter-evans/create-pull-request@v3.5.0
|
uses: peter-evans/create-pull-request@v3.5.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue