File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172
173173 - uses : dhis2/action-semantic-release@master
174174 with :
175- publish-apphub : false # for now
175+ publish-apphub : true
176176 publish-github : true
177177 github-token : ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}
178178 apphub-token : ${{ secrets.DHIS2_BOT_APPHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ # default code owner for repo
2+ * @ dhis2/team-platform
3+
4+ # code owners for functionality
5+ /src / @ dhis2/team-platform @ dhis2/team-qa
6+ /docs / @ dhis2/team-platform @ dhis2/team-qa
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module.exports = {
22 type : 'app' ,
33 title : 'Data Approval' ,
44 coreApp : true ,
5+ id : 'c782611d-73a6-49d8-b252-fe802c0b4d08' ,
6+ minDHIS2Version : '2.37' ,
57 entryPoints : {
68 app : './src/app/index.js' ,
79 } ,
You can’t perform that action at this time.
0 commit comments