Skip to content

ETH address conversion + storing parachain in URL #168

ETH address conversion + storing parachain in URL

ETH address conversion + storing parachain in URL #168

Workflow file for this run

name: Label Client PRs
on:
pull_request_target:
paths:
- 'client/**'
permissions:
pull-requests: write
jobs:
label-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Label PR
run: gh pr edit $PR_NUMBER --add-label $LABEL_NAME
env:
PR_NUMBER: ${{ github.event.number }}
LABEL_NAME: "client"
GH_TOKEN: ${{ github.token }}