mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
Merge branch 'main' into refactor/rename-reward-initiator
This commit is contained in:
commit
d97e36648b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/enforce-pr-labels.yml
vendored
4
.github/workflows/enforce-pr-labels.yml
vendored
|
|
@ -11,11 +11,11 @@ jobs:
|
|||
steps:
|
||||
- uses: yogevbd/enforce-label-action@2.2.2
|
||||
with:
|
||||
REQUIRED_LABELS_ANY: "B0-silent,B5-clientnoteworthy,B7-runtimenoteworthy"
|
||||
REQUIRED_LABELS_ANY: "B0-silent,B5-clientnoteworthy,B7-runtimenoteworthy,B9-contractsnoteworthy"
|
||||
REQUIRED_LABELS_ALL: ""
|
||||
BANNED_LABELS: ""
|
||||
- name: Verify breaking changes label
|
||||
if: contains(github.event.pull_request.labels.*.name, 'B5-clientnoteworthy') || contains(github.event.pull_request.labels.*.name, 'B7-runtimenoteworthy')
|
||||
if: contains(github.event.pull_request.labels.*.name, 'B5-clientnoteworthy') || contains(github.event.pull_request.labels.*.name, 'B7-runtimenoteworthy') || contains(github.event.pull_request.labels.*.name, 'B9-contractsnoteworthy')
|
||||
uses: yogevbd/enforce-label-action@2.2.2
|
||||
with:
|
||||
REQUIRED_LABELS_ANY: "breaking,not-breaking"
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
uses: ./.github/workflow-templates/publish-docker
|
||||
with:
|
||||
dockerfile: ./test/tools/validator-set-submitter/Dockerfile
|
||||
context: .
|
||||
context: ./test
|
||||
registry: docker.io
|
||||
registry_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
registry_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue