Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CHANGELOG entry secretary"
name: 'CHANGELOG entry secretary'
on:
pull_request:
branches: [main, development]
Expand All @@ -9,8 +9,9 @@ on:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

jobs:
# Enforces the update of a changelog file on every pull request
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: dangoslen/changelog-enforcer@v3
- uses: dangoslen/changelog-enforcer@v3
2 changes: 2 additions & 0 deletions .github/workflows/pre-merge-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Stencil Unit Tests'
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main, development]
paths:
- 'src/**'
Expand All @@ -18,6 +19,7 @@ concurrency:
jobs:
run-unit-tests:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Fix permissions
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [Added skip tests if PR is in draft](https://github.com/multiversx/mx-sdk-dapp-ui/pull/265)
- [Added github release on publish](https://github.com/multiversx/mx-sdk-dapp-ui/pull/264)

## [[0.1.2](https://github.com/multiversx/mx-sdk-dapp-ui/pull/263)] - 2025-11-06
Expand Down