Introduce Solar.dll and Improvements to NPC #135
Workflow file for this run
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: Changelog | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
scan-for-changelog: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Looking for changelog update" | |
uses: brettcannon/check-for-changed-files@v1 | |
with: | |
file-pattern: "CHANGELOG.md" | |
skip-label: "No Updates?" | |
failure-message: "Expected CHANGELOG.md to have an update" |