Skip to content

Commit 2a66008

Browse files
committed
chore: triggering github actions (#3)
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent 5e20b38 commit 2a66008

108 files changed

Lines changed: 22237 additions & 1090 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ECSDA Account ID
2+
OPERATOR_ID_A=0.0.2
3+
4+
# ECDSA DER Encoded Private Key
5+
OPERATOR_KEY_A=302e020...
6+
7+
# ECDSA HEX Encoded Private Key
8+
PRIVATE_KEYS=0x2e1d968b041...,0x45a5a7108a18dd50...
9+
10+
RETRY_DELAY=3000 # ms
11+
MAX_RETRY=5

.github/scripts/check-pr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ async function processReferencedPR(prRef, contributors) {
229229
`Associated issue #${issueRef.issueNumber} has no labels.`
230230
);
231231
}
232-
if (!issueMilestone) {
232+
/*if (!issueMilestone) {
233233
throw new Error(
234234
`Associated issue #${issueRef.issueNumber} has no milestone.`
235235
);
236-
}
236+
}*/
237237
}
238238
} else {
239239
console.log(

0 commit comments

Comments
 (0)