-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Admin: Ensure Automatic data update scripts use a unique branch (#5947)
- Loading branch information
Showing
5 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,5 +47,5 @@ jobs: | |
COMMIT_MESSAGE: 'chore: update EC2 Instance Offerings' | ||
COMMIT_NAME: 'Moto Admin' | ||
COMMIT_EMAIL: '[email protected]' | ||
PR_BRANCH_NAME: 'chore-update-${PR_ID}' | ||
PR_BRANCH_NAME: 'chore-update-ec2-offerings-${PR_ID}' | ||
PR_TITLE: 'chore: update EC2 Instance Offerings' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,5 +46,5 @@ jobs: | |
COMMIT_MESSAGE: 'chore: update EC2 Instance Types' | ||
COMMIT_NAME: 'Moto Admin' | ||
COMMIT_EMAIL: '[email protected]' | ||
PR_BRANCH_NAME: 'chore-update-${PR_ID}' | ||
PR_BRANCH_NAME: 'chore-update-ec2-types-${PR_ID}' | ||
PR_TITLE: 'chore: update EC2 Instance Types' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,9 +43,10 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.PR_ACCESS_TOKEN }} | ||
EXECUTE_COMMANDS: | | ||
pip install boto3 | ||
pip install moto | ||
python scripts/ssm_get_default_amis.py | ||
COMMIT_MESSAGE: "chore: update SSM default AMI's" | ||
COMMIT_NAME: 'Moto Admin' | ||
COMMIT_EMAIL: '[email protected]' | ||
PR_BRANCH_NAME: 'chore-update-${PR_ID}' | ||
PR_BRANCH_NAME: 'chore-update-ssm-amis-${PR_ID}' | ||
PR_TITLE: "chore: update SSM Instance AMI's" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,9 +43,10 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.PR_ACCESS_TOKEN }} | ||
EXECUTE_COMMANDS: | | ||
pip install boto3 | ||
pip install moto | ||
python scripts/ssm_get_default_params.py | ||
COMMIT_MESSAGE: "chore: update SSM default parameters" | ||
COMMIT_NAME: 'Moto Admin' | ||
COMMIT_EMAIL: '[email protected]' | ||
PR_BRANCH_NAME: 'chore-update-${PR_ID}' | ||
PR_BRANCH_NAME: 'chore-update-ssm-params-${PR_ID}' | ||
PR_TITLE: "chore: update SSM Instance parameters" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters