Skip to content

Setup nora-0.2.0 branch with .github files from main branch#5

Draft
Copilot wants to merge 4 commits intomainfrom
copilot/fix-7159f3c8-8c29-4082-928b-b9f0a08a0f19
Draft

Setup nora-0.2.0 branch with .github files from main branch#5
Copilot wants to merge 4 commits intomainfrom
copilot/fix-7159f3c8-8c29-4082-928b-b9f0a08a0f19

Conversation

Copy link

Copilot AI commented Oct 1, 2025

This PR sets up the nora-0.2.0 branch for the repository by fetching it from the upstream (@Floorp-Projects/Floorp-runtime) and copying all .github configuration files from the main branch.

Changes Made

The following work has been completed and committed locally:

  1. Added upstream remote - Configured @Floorp-Projects/Floorp-runtime as the upstream remote repository

  2. Fetched nora-0.2.0 branch - Retrieved the nora-0.2.0 branch from upstream

  3. Created local branch - Created local nora-0.2.0 branch tracking upstream/nora-0.2.0

  4. Copied .github files - Transferred all 267 files (6,378+ lines) from origin/main's .github/ directory to the nora-0.2.0 branch, including:

    • GitHub Actions workflows (build, test, PGO profiling, CI/CD)
    • Branding assets (Floorp official, Floorp daylight, Noraneko unofficial)
    • Patches for packaging and upstream integration
    • Build configuration and scripts
    • mozconfig files for various platforms
  5. Committed changes - Created commit b7d6b247b9 with all .github files on the nora-0.2.0 branch

Documentation

This PR includes comprehensive documentation to complete the setup:

  • NORA_BRANCH_SETUP.md - Complete documentation of steps taken, verification commands, and instructions for pushing the branch
  • push-nora-branch.sh - Executable script to push the nora-0.2.0 branch to origin

Manual Action Required

⚠️ Due to authentication constraints in the automated environment, the nora-0.2.0 branch has been created and committed locally but requires manual push to complete the setup.

To push the branch, run:

git push -u origin nora-0.2.0

Or use the provided script:

./push-nora-branch.sh

The branch is fully prepared with all changes committed - only the final push operation requires manual intervention with appropriate GitHub credentials.

Verification

Once pushed, the nora-0.2.0 branch will include all GitHub Actions workflows and configuration files necessary for building and maintaining the Floorp runtime project.

Verify locally with:

git log nora-0.2.0 --oneline -3
git ls-tree -r nora-0.2.0 -- .github/ | wc -l  # Should show 267
Original prompt

Checkout nora-0.2.0 branch from @Floorp-Projects/Floorp-runtime , and copy .github files from main branch of this repository, and commit nora-0.2.0 branch to this repository.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits October 1, 2025 09:28
Co-authored-by: nyanrus <68762426+nyanrus@users.noreply.github.com>
Co-authored-by: nyanrus <68762426+nyanrus@users.noreply.github.com>
Co-authored-by: nyanrus <68762426+nyanrus@users.noreply.github.com>
Copilot AI changed the title [WIP] Checkout nora-0.2.0 branch from @Floorp-Projects/Floorp-runtime , and copy .github files from main branch of this repository, and commit nora-0.2.0 branch to this repository. Setup nora-0.2.0 branch with .github files from main branch Oct 1, 2025
Copilot AI requested a review from nyanrus October 1, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants