Skip to content

Commit

Permalink
Fix crib subdomain comment (#11913)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Jan 29, 2024
1 parent cfe4279 commit c126b6e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
_Use these subdomains to access the CRIB environment. They are prefixes to the internal base domain._
- crib-chain-${prNumber}-node1.
- crib-chain-${prNumber}-node2.
- crib-chain-${prNumber}-node3.
- crib-chain-${prNumber}-node4.
- crib-chain-${prNumber}-node5.
- crib-chain-${prNumber}-node6.
- crib-chain-${prNumber}-geth-http.
- crib-chain-${prNumber}-geth-ws.
- crib-chain-${prNumber}-mockserver.
- crib-chainlink-${prNumber}-node1.
- crib-chainlink-${prNumber}-node2.
- crib-chainlink-${prNumber}-node3.
- crib-chainlink-${prNumber}-node4.
- crib-chainlink-${prNumber}-node5.
- crib-chainlink-${prNumber}-node6.
- crib-chainlink-${prNumber}-geth-http.
- crib-chainlink-${prNumber}-geth-ws.
- crib-chainlink-${prNumber}-mockserver.
`;
await github.rest.issues.createComment({
Expand Down

0 comments on commit c126b6e

Please sign in to comment.