ship in 4.0.4: head.block_num is 2 blocks behind trace_end_block and chain_state_end_block #564
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: Label New Issue | |
on: | |
issues: | |
types: opened | |
jobs: | |
label_new_issue: | |
uses: AntelopeIO/issue-project-labeler-workflow/.github/workflows/issue-project-labeler.yaml@v1 | |
with: | |
issue-id: ${{github.event.issue.node_id}} | |
label: triage | |
org-project: 'Team Backlog' | |
project-field: Status=Todo | |
skip-if-existing-project: true | |
secrets: | |
token: ${{secrets.ENFCIBOT_REPO_AND_PROJECTS}} | |