Skip to content

Commit

Permalink
Merge pull request #46535 from Expensify/Rory-FixDeployComments
Browse files Browse the repository at this point in the history
[No QA] Fix deploy comments to correctly identify CPs and non-CPs
  • Loading branch information
roryabraham authored Aug 8, 2024
2 parents 76ac5b5 + 425c044 commit c7623e8
Show file tree
Hide file tree
Showing 20 changed files with 1,255 additions and 33 deletions.
1 change: 1 addition & 0 deletions .github/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
'no-await-in-loop': 'off',
'no-restricted-syntax': ['error', 'ForInStatement', 'LabeledStatement', 'WithStatement'],
'no-continue': 'off',
'no-restricted-imports': 'off',
},
};
1 change: 1 addition & 0 deletions .github/actions/javascript/authorChecklist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17017,6 +17017,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
1 change: 1 addition & 0 deletions .github/actions/javascript/awaitStagingDeploys/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12258,6 +12258,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
1 change: 1 addition & 0 deletions .github/actions/javascript/checkDeployBlockers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11541,6 +11541,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14353,6 +14353,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
1 change: 1 addition & 0 deletions .github/actions/javascript/getArtifactInfo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11502,6 +11502,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11640,6 +11640,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
1 change: 1 addition & 0 deletions .github/actions/javascript/getPreviousVersion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2769,6 +2769,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
1 change: 1 addition & 0 deletions .github/actions/javascript/getPullRequestDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11604,6 +11604,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
1 change: 1 addition & 0 deletions .github/actions/javascript/isStagingDeployLocked/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11502,6 +11502,7 @@ const CONST = {
DEPLOY_BLOCKER: 'DeployBlockerCash',
INTERNAL_QA: 'InternalQA',
HELP_WANTED: 'Help Wanted',
CP_STAGING: 'CP Staging',
},
ACTIONS: {
CREATED: 'created',
Expand Down
Loading

0 comments on commit c7623e8

Please sign in to comment.