From 501e605248fb95fd3a60719bc949f2fbe7954e70 Mon Sep 17 00:00:00 2001 From: Matti Kortelainen Date: Wed, 24 Jul 2024 10:03:44 -0500 Subject: [PATCH] Add command for changes-dataformats label --- cms-bot-cmssw-cmds.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cms-bot-cmssw-cmds.md b/cms-bot-cmssw-cmds.md index 5f70a89fd97c7..38f4395f6626b 100644 --- a/cms-bot-cmssw-cmds.md +++ b/cms-bot-cmssw-cmds.md @@ -13,6 +13,7 @@ For CMSSW **Pull requests**, following commands in first line of a comment are r - **```type [new-]feature|[new-]idea```**: To add `new-feature` lebal - **```type doc[umentation]|performance|improvements|performance-improvements```**: To add `documentation` and/or `performance-improvements` label - **```type lumi,hgcal,rpc```**: To add extra `lumi`, `hgcal` and `rpc` labels. + - **```type [changes-]dataformats```**: To add `changes-dataformats` label. - **```type -gh-label-name(,-gh-label-name,...)```**: L1/L2/requestor to remove an already added label for this github Pull Request - **```code-checks```**: By default cms-bot runs code-checks for all Pull Requests made for master branch. If for any reason code-checks tests are not run then one can force start code-checks using this command. - **```code-checks with cms.weekN.PR_hash/tool-conf-version```**: In case an external update is needed to run code-checks (e.g. due to interface changes in header files) then first run PR tests for cmsdist/external which should deploy externals on CVMFS. Then request the code-checks with the newly deployed externals tools configuration e.g. `code-checks with cms.week0_PR_01234567/47.0-cms2` (external tools configuration is available via cmsdist PR summary page).