feat(testnet): test-genesis as a default, env vars for client config #3599
Workflow file for this run
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: I2::Label | |
on: | |
pull_request_target: | |
jobs: | |
labeler: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- id: label-the-PR | |
uses: actions/labeler@v5 | |
- uses: mshick/add-pr-comment@v2 | |
if: contains(steps.label-the-PR.outputs.all-labels, 'config-changes') | |
with: | |
message: | | |
@BAStos525 |