Skip to content

Commit

Permalink
Fix tools package and mergify config for hotfix (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored Nov 9, 2023
1 parent b7d7a8b commit 9f2ed08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ pull_request_rules:
- or:
- "check-success=pullapprove"
- label="fast track"
- or:
- "check-success=pullapprove"
- label="hotfix"
- "#approved-reviews-by>=1"
- "#review-threads-unresolved=0"
- "-draft"
Expand Down
3 changes: 3 additions & 0 deletions tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
"@types/mocha": "^10.0.3",
"@types/npmcli__map-workspaces": "^3.0.3",
"@types/yargs": "^17.0.29"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 9f2ed08

Please sign in to comment.