Add code owners, add triage ping, fix workflows

This commit is contained in:
Claudia Meadows 2024-09-02 08:31:46 -07:00
parent 2a7f31acb8
commit 8505916ebc
No known key found for this signature in database
GPG key ID: C86B594396786760
6 changed files with 19 additions and 5 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: git clone --depth=0 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
- run: git clone --depth=1 https://github.com/MithrilJS/mithril.js.git && cd mithril.js
- uses: ./.github/actions/setup
- run: npm run build
- run: npx pr-release merge --target master --source next --commit --force --clean --changelog ./docs/recent-changes.md --compact --minimize-semver-change