Add code owners, add triage ping, fix workflows
This commit is contained in:
parent
2a7f31acb8
commit
8505916ebc
6 changed files with 19 additions and 5 deletions
2
.github/workflows/merge.yml
vendored
2
.github/workflows/merge.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue