Commit bfd2869
fix: add permissions to release job in auto-release workflow (#504)
## Summary
- Adds `contents: write` and `pull-requests: write` permissions to the
`release` job in the auto-release workflow
- This ensures the reusable `build-and-publish` workflow has the
necessary permissions to create releases and interact with pull requests
## Test plan
- [ ] Verify the auto-release workflow runs successfully on the next
version bump commit
- [ ] Confirm the release job can create GitHub releases and update pull
requests as expected
## Changelog
<!-- CHANGELOG:START -->
<!-- CHANGELOG:END -->
🤖 Generated with [Claude Code](https://claude.com/claude-code) (100%
1-shotted by claude)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 678165f commit bfd2869
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments