Skip to content

Commit 4d2c28f

Browse files
committed
chore(ci): add link to originating workflow, improve title/labels
1 parent 4af177d commit 4d2c28f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/check_eip_versions.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,19 @@ jobs:
6161
6262
1. Please verify whether the affected tests need updating based on the updated EIP spec.
6363
2. Update the EIP reference versions in the affected test files, for details see [the online documentation](https://eest.ethereum.org/main/writing_tests/reference_specification/).
64+
65+
## Workflow Information
66+
67+
For more details, see the [workflow run](https://github.com/ethereum/execution-spec-tests/actions/runs/${{ github.run_id }}).
6468
EOL
6569
6670
- name: Create Issue From File
6771
if: steps.check-eip.outputs.exit_code != 0
6872
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd
6973
with:
70-
title: "chore(tests): update outdated EIP spec references"
74+
title: "chore(tests): eip spec references outdated"
7175
content-filepath: ./reports/outdated_eips.md
72-
labels: report, automated issue, needs-attention
76+
labels: report, automated issue, scope:tests, type:chore
7377

7478
- name: Upload test report as artifact
7579
if: always()

0 commit comments

Comments
 (0)