Static ip and port and modified kurtosis fork usage (for exex L2 RPC endpoint) #26
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
name: Label PRs | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
label_prs: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Label PRs | |
uses: actions/github-script@v7 | |
with: | |
script: | | |
const label_pr = require('./.github/assets/label_pr.js') | |
await label_pr({github, context}) |