File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 5656 run : yarn install --ignore-engines && git checkout yarn.lock
5757 - name : Type Check
5858 run : yarn ts:check
59+ - uses : the-guild-org/shared-config/release-trackback@main
60+ if : ${{ always() }}}
61+ with :
62+ token : ${{ secrets.GUILD_BOT_TOKEN }}
63+ relevantPackages : |
64+ @whatwg-node/*
5965 test :
6066 name : Unit Test on Node ${{matrix.node-version}} (${{matrix.os}}) and GraphQL v${{matrix.graphql_version}}
6167 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change 66 "automerge" : false
77 },
88 "packageRules" : [
9+ {
10+ "groupName" : " whatwg-node" ,
11+ "matchPackageNames" : [" @whatwg-node/*" ],
12+ "prPriority" : 21 ,
13+ "ignoreUnstable" : false ,
14+ "respectLatest" : false ,
15+ "automerge" : false ,
16+ "allowedVersions" : " /^([0-9]+).([0-9]+)(?:.([0-9]+))?(-rc-.+)?$/"
17+ },
918 {
1019 "excludePackagePatterns" : [
1120 " @changesets/*" ,
You can’t perform that action at this time.
0 commit comments