mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Mallory - Single commit
This commit is contained in:
21
.github/ISSUE_TEMPLATE.md
vendored
21
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,21 +0,0 @@
|
||||
## Description
|
||||
|
||||
Please provide a brief description of the issue.
|
||||
|
||||
## Version
|
||||
|
||||
Please provide your Lighthouse and Rust version. Are you building from
|
||||
`stable` or `unstable`, which commit?
|
||||
|
||||
## Present Behaviour
|
||||
|
||||
Describe the present behaviour of the application, with regards to this
|
||||
issue.
|
||||
|
||||
## Expected Behaviour
|
||||
|
||||
How _should_ the application behave?
|
||||
|
||||
## Steps to resolve
|
||||
|
||||
Please describe the steps required to resolve this issue, if known.
|
||||
4
.github/mergify.yml
vendored
4
.github/mergify.yml
vendored
@@ -105,6 +105,10 @@ queue_rules:
|
||||
|
||||
|
||||
{{ body | get_section("## Proposed Changes", "") }}
|
||||
|
||||
{% for commit in commits | unique(attribute='email_author') %}
|
||||
Co-Authored-By: {{ commit.author }} <{{ commit.email_author }}>
|
||||
{% endfor %}
|
||||
queue_conditions:
|
||||
- "#approved-reviews-by >= 1"
|
||||
- "check-success=license/cla"
|
||||
|
||||
3
.github/workflows/test-suite.yml
vendored
3
.github/workflows/test-suite.yml
vendored
@@ -225,6 +225,7 @@ jobs:
|
||||
TEST_FEATURES: portable
|
||||
CI_LOGGER_DIR: ${{ runner.temp }}/network_test_logs
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: network_test_logs
|
||||
@@ -328,6 +329,7 @@ jobs:
|
||||
- name: Run a basic beacon chain sim that starts from Deneb
|
||||
run: cargo run --release --bin simulator basic-sim --disable-stdout-logging --log-dir ${{ runner.temp }}/basic_simulator_logs
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: basic_simulator_logs
|
||||
@@ -349,6 +351,7 @@ jobs:
|
||||
- name: Run a beacon chain sim which tests VC fallback behaviour
|
||||
run: cargo run --release --bin simulator fallback-sim --disable-stdout-logging --log-dir ${{ runner.temp }}/fallback_simulator_logs
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: fallback_simulator_logs
|
||||
|
||||
Reference in New Issue
Block a user