Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create \
# Create PR without labels first (labels may not exist)
PR_URL=$(gh pr create \
--title "${{ steps.pr-meta.outputs.title }}" \
--body "## Summary

Expand All @@ -82,6 +83,10 @@ jobs:
- [ ] Tests pass
- [ ] Documentation updated (if needed)
" \
--label "${{ steps.pr-meta.outputs.label }}" \
--base master \
--draft
--draft)

echo "Created PR: $PR_URL"

# Try to add labels (may fail if labels don't exist, that's ok)
gh pr edit "$PR_URL" --add-label "${{ steps.pr-meta.outputs.label }}" || echo "Note: Could not add labels (they may not exist in repo)"
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,14 @@ jobs:
draft: false
prerelease: false
files: |
dist/sekai-cli-*
dist/sekai-cli-linux-amd64
dist/sekai-cli-linux-arm64
dist/sekai-cli-darwin-amd64
dist/sekai-cli-darwin-arm64
dist/sekai-cli-linux-amd64.sig
dist/sekai-cli-linux-arm64.sig
dist/sekai-cli-darwin-amd64.sig
dist/sekai-cli-darwin-arm64.sig
dist/*.deb
dist/*.deb.sig
dist/checksums.txt
dist/*.sig