https://github.com/technance-foundation/github-actions
:octocat: Reusable GitHub Actions used across Technance projects
https://github.com/technance-foundation/github-actions
devops gh-action github github-actions workflows yaml
Last synced: about 1 month ago
JSON representation
:octocat: Reusable GitHub Actions used across Technance projects
- Host: GitHub
- URL: https://github.com/technance-foundation/github-actions
- Owner: technance-foundation
- License: mit
- Created: 2025-08-28T07:47:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-11T03:44:09.000Z (2 months ago)
- Last Synced: 2026-04-11T05:33:48.691Z (2 months ago)
- Topics: devops, gh-action, github, github-actions, workflows, yaml
- Language: Shell
- Homepage:
- Size: 128 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# GitHub Actions
This repository contains reusable **composite GitHub Actions** maintained by Technance.
---
## 📦 Available Actions
- [Setup](setup/README.md)
A reusable GitHub Action for setting up a `pnpm` repository for the subsequent steps.
- [Telegram Notifications](telegram-notifications/README.md)
Send GitHub event notifications to a Telegram chat.
- [Release](release/README.md)
Automated release pipeline using pnpm + Changesets. Runs on push to `main`, applies version bumps, removes consumed Changesets, commits the updated versions, and publishes packages.
- [Publish Any Commit](publish-any-commit/README.md)
Preview-publish packages from any commit/PR using `pnpm dlx pkg-pr-new publish` for one or more package paths.
- [Load Env](load-env/README.md)
Loads environment variables from a `.env` file into the job environment.
- [E2E Check Runner](e2e-check/README.md)
Updates GitHub Check Runs for E2E tests (marks checks as `in_progress` and `completed`). Used to standardize status reporting for E2E workflows. This E2E action relies on the external **Relay** service [^1].
- [E2E Test Runner](e2e-test-runner/README.md)
Full Playwright E2E test pipeline: installs deps, caches browsers, runs tests, uploads reports, and updates GitHub Check Runs. Replaces long multi-step workflows with one action. This E2E action relies on the external **Relay** service [^1].
- [AI Translation PR](ai-translation-pr/README.md)
Maintains a deterministic Worphling-powered AI translation PR for monorepos or root projects. Detects affected projects, runs Worphling checks, syncs generated translations, and opens or updates a dedicated PR back into the source branch.
[^1]: These E2E actions integrate with the external **Relay** service, which waits for preview deployments to become ready and then triggers the E2E workflow. Relay implementation: https://github.com/technance-foundation/vercel-to-github-relay See [RELAY.md](https://github.com/technance-foundation/github-actions/blob/main/RELAY.md) for a full explanation.