Skip to content

Commit fc8a48f

Browse files
authored
chore: Update bulk processing upgrade report (#303)
1 parent c47218d commit fc8a48f

File tree

4 files changed

+396
-18
lines changed

4 files changed

+396
-18
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pull-requests: write # Required to create pull requests.
2828
env:
2929
# For commit action
30-
COMMIT_MESSAGE: 'chore: Save artifacts - ${{ inputs.network }} (runId:${{ github.run_id }})'
30+
COMMIT_MESSAGE: 'chore: Save deployment artifacts - ${{ inputs.network }} (runId:${{ github.run_id }})'
3131
GHA_BOT_NAME: 'GitHub Actions Bot'
3232
GHA_BOT_EMAIL: 'github-actions[bot]@users.noreply.github.com'
3333
steps:
@@ -94,12 +94,13 @@ jobs:
9494
commit-message: ${{ env.COMMIT_MESSAGE }}
9595
committer: '${{ env.GHA_BOT_NAME }} <${{ env.GHA_BOT_EMAIL }}>'
9696
author: '${{ env.GHA_BOT_NAME }} <${{ env.GHA_BOT_EMAIL }}>'
97-
branch: chore/save-artifacts-${{ inputs.network }}
97+
branch: chore/save-deploy-artifacts-${{ inputs.network }}-${{ github.run_id }}
9898
title: ${{ env.COMMIT_MESSAGE }}
99-
draft: true
10099
body: |
101-
🤖 This is an automated pull request to save deployment artifacts.
100+
🤖 This is an automated pull request created by `${{ github.workflow }}` GitHub Actions
101+
workflow to save deployment artifacts.
102102
* Network: `${{ inputs.network }}`
103-
* Job: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
103+
* Run: [${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
104104
105105
**Note**: Verify deployment before merging this PR.
106+
draft: true

.github/workflows/upgrade-facets.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,11 @@ jobs:
101101
author: '${{ env.GHA_BOT_NAME }} <${{ env.GHA_BOT_EMAIL }}>'
102102
branch: chore/save-upgrade-artifacts-${{ inputs.network }}-${{ github.run_id }}
103103
title: ${{ env.COMMIT_MESSAGE }}
104-
body: 'PR created by "Create Pull Request" GitHub Action for upgrade artifacts.'
104+
body: |
105+
🤖 This is an automated pull request created by `${{ github.workflow }}` GitHub Actions
106+
workflow to save upgrade artifacts.
107+
* Network: `${{ inputs.network }}`
108+
* Run: [${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
109+
110+
**Note**: Verify deployment before merging this PR.
105111
draft: true

scripts/upgrades/v0.0.0-template.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
- **Date**: YYYY-MM-DD
44
- **Git tag**: [vX.Y.Z](https://github.com/iExecBlockchainComputing/PoCo/releases/tag/<tag>)
5-
- **Upgrade script**: `./v0.0.0-awesome-feature.ts`
6-
- **Upgrade tx hash**:
7-
- **Testnet**: [0xabc...def](https://arbiscan.io/tx/<hash>)
8-
- **Mainnet**: [0xabc...def](https://arbiscan.io/tx/<hash>)
5+
- **Upgrade script**: `./vX.Y.Z-awesome-feature.ts`
96
- **Upgrade GitHub Action run**:
10-
- **Testnet**: [runId](https://github.com/iExecBlockchainComputing/PoCo/actions/runs/<runId>)
11-
- **Mainnet**: [runId](https://github.com/iExecBlockchainComputing/PoCo/actions/runs/<runId>)
7+
- **Testnet**: [run id](https://github.com/iExecBlockchainComputing/PoCo/actions/runs/<runId>)
8+
- **Mainnet**: [run id](https://github.com/iExecBlockchainComputing/PoCo/actions/runs/<runId>)
129

1310
## Summary of changes
1411

@@ -18,6 +15,14 @@
1815

1916
## Deployment logs
2017

18+
### Arbitrum Sepolia
19+
20+
```
21+
TODO
22+
```
23+
24+
### Arbitrum Mainnet
25+
2126
```
2227
TODO
2328
```

0 commit comments

Comments
 (0)