Skip to content

fix: setFallbackIP with reported libp2p addr #32

fix: setFallbackIP with reported libp2p addr

fix: setFallbackIP with reported libp2p addr #32

Workflow file for this run

name: Auto Assign PR to Creator
on:
pull_request:
types:
- opened
jobs:
assign_creator:
runs-on: ubuntu-latest
steps:
- name: Assign PR to author
run: |
gh pr edit ${{ github.event.pull_request.number }} --add-assignee "${{ github.event.pull_request.user.login }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}