Runtime: allow one to directly access values exported in the runtime #4874
This file contains hidden or 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: Check changelog | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| types: | |
| - labeled | |
| - opened | |
| - reopened | |
| - synchronize | |
| - unlabeled | |
| jobs: | |
| check-changelog: | |
| name: Check changelog | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check changelog | |
| uses: tarides/changelog-check-action@v3 |