[PR #1313] [CLOSED] WIP: switch to github actions #1009

Closed
opened 2025-12-30 01:28:15 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1313
Author: @bioball
Created: 11/11/2025
Status: Closed

Base: mainHead: github-actions


📝 Commits (1)

  • 94b4000 WIP: switch to github actions

📊 Changes

7 files changed (+459 additions, -0 deletions)

View changed files

.github/index.pkl (+65 -0)
.github/jobs/BuildNativeJob.pkl (+50 -0)
.github/jobs/GradleJob.pkl (+72 -0)
.github/workflows/build.yml (+71 -0)
.github/workflows/main.yml (+93 -0)
.github/workflows/prb.yml (+74 -0)
.github/workflows/test_report.yml (+34 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/1313 **Author:** [@bioball](https://github.com/bioball) **Created:** 11/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `github-actions` --- ### 📝 Commits (1) - [`94b4000`](https://github.com/apple/pkl/commit/94b40008d13b0193a9a87f6637ff1ecdf195325c) WIP: switch to github actions ### 📊 Changes **7 files changed** (+459 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/index.pkl` (+65 -0) ➕ `.github/jobs/BuildNativeJob.pkl` (+50 -0) ➕ `.github/jobs/GradleJob.pkl` (+72 -0) ➕ `.github/workflows/build.yml` (+71 -0) ➕ `.github/workflows/main.yml` (+93 -0) ➕ `.github/workflows/prb.yml` (+74 -0) ➕ `.github/workflows/test_report.yml` (+34 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:28:16 +01:00
adam closed this issue 2025-12-30 01:28:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#1009