Skip to content

Commit

Permalink
update template with checkbox for SPGO data (#3987)
Browse files Browse the repository at this point in the history
  • Loading branch information
saxena-anurag authored Nov 22, 2024
1 parent cb3833e commit 48f46d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
BODY: |
This is an automated reminder that a new release for eBPF is scheduled to be created:
1. Follow instructions in [ReleaseProcess.md](https://github.com/microsoft/ebpf-for-windows/blob/main/docs/ReleaseProcess.md).
1. Sync the internal `mscodehub` and follow the internal release instructions in `\.internal\docs\ReleaseEbpfRedistProcess.md`.
- [ ] Ensure SPGO data is regenerated and added to the repo using performance test suite.
- [ ] Follow instructions in [ReleaseProcess.md](https://github.com/microsoft/ebpf-for-windows/blob/main/docs/ReleaseProcess.md).
- [ ] Sync the internal `undock` and follow the internal release instructions in `\.internal\docs\ReleaseEbpfRedistProcess.md`.
with:
script: |
const owner = process.env.GITHUB_REPOSITORY.split('/')[0]
Expand Down

0 comments on commit 48f46d0

Please sign in to comment.