kopia lustrzana https://github.com/shoelace-style/shoelace
revert
rodzic
39e455766a
commit
d45e6df5ef
.github/workflows
|
@ -1,5 +1,14 @@
|
|||
- name: Check changelog
|
||||
uses: GiulioRomualdi/yet-another-changelog-checker@v1
|
||||
with:
|
||||
changelog: docs/pages/resources/changelog.md
|
||||
should-add-comment: 'true'
|
||||
name: Check Changelog
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
Check-Changelog:
|
||||
name: Check Changelog Action
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: tarides/changelog-check-action@v2
|
||||
with:
|
||||
changelog: docs/pages/resources/changelog.md
|
||||
|
|
Ładowanie…
Reference in New Issue