Update EIP-5792: add CAIP-25 normref to eip-5792 #7217
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request_target: | |
branches: | |
- master | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
name: Jekyll Label Bot | |
jobs: | |
jekyll-label-action: | |
name: Label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Pandapip1/jekyll-label-action@d0fd82c3cd118140a50843906845fca8e59a8b9e | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
config-path: config/.jekyll-labels.yml |