Skip to content

Commit c6d2987

Browse files
Merge pull request #1584 from AllenNeuralDynamics/production_testing
[update main] 2025-08-05
2 parents 34b8a5b + d903073 commit c6d2987

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production_merge_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: echo $date
1919
- run: echo "testing string ${{ env.date }}"
2020
- name: create pull request
21-
run: gh pr create -B production_testing -H develop --title "[production merge] ${{ env.date }}" --body 'Created by Github Actions' --assignee alexpiet --reviewer alexpiet --reviewer hanhou --reviewer XX-Yin
21+
run: gh pr create -B production_testing -H develop --title "[production merge] ${{ env.date }}" --body 'Created by Github Actions' --assignee alexpiet --reviewer alexpiet --reviewer hanhou --reviewer XX-Yin --reviewer ellahiltonvano
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424

.github/workflows/update_main_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: echo $date
1919
- run: echo "testing string ${{ env.date }}"
2020
- name: create pull request
21-
run: gh pr create -B main -H production_testing --title "[update main] ${{ env.date }}" --body 'Created by Github Actions' --assignee alexpiet --reviewer alexpiet --reviewer hanhou --reviewer XX-Yin
21+
run: gh pr create -B main -H production_testing --title "[update main] ${{ env.date }}" --body 'Created by Github Actions' --assignee alexpiet --reviewer alexpiet --reviewer hanhou --reviewer XX-Yin --reviewer ellahiltonvano
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424

0 commit comments

Comments
 (0)