[PR #448] [MERGED] Add action to package the app for PRs and releases #492

Closed
opened 2026-02-26 06:31:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/448
Author: @seyfahni
Created: 6/3/2021
Status: Merged
Merged: 6/11/2021
Merged by: @ChristophWurst

Base: masterHead: package-action


📝 Commits (2)

  • c57ca97 Fix dependabot approve action.
  • f115234 Add package GitHub action.

📊 Changes

2 files changed (+71 additions, -4 deletions)

View changed files

📝 .github/workflows/dependabot-approve.yml (+4 -4)
.github/workflows/package.yml (+67 -0)

📄 Description

Created an action that will run on PRs and releases, automatically packaging the app so it can be downloaded and used directly. This makes it much easier for others to try changes that aren't merged yet.

Fixed the broken dependabot approve action by updating it according to the example on https://github.com/marketplace/actions/auto-approve.


🔄 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/nextcloud/twofactor_gateway/pull/448 **Author:** [@seyfahni](https://github.com/seyfahni) **Created:** 6/3/2021 **Status:** ✅ Merged **Merged:** 6/11/2021 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `package-action` --- ### 📝 Commits (2) - [`c57ca97`](https://github.com/nextcloud/twofactor_gateway/commit/c57ca97fc4ee490ddcc95b2bd5f447b2e282093a) Fix dependabot approve action. - [`f115234`](https://github.com/nextcloud/twofactor_gateway/commit/f1152346c1bf32cc631d4e9ecaabdd4a982e95ed) Add package GitHub action. ### 📊 Changes **2 files changed** (+71 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dependabot-approve.yml` (+4 -4) ➕ `.github/workflows/package.yml` (+67 -0) </details> ### 📄 Description Created an action that will run on PRs and releases, automatically packaging the app so it can be downloaded and used directly. This makes it much easier for others to try changes that aren't merged yet. Fixed the broken dependabot approve action by updating it according to the example on https://github.com/marketplace/actions/auto-approve. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#492
No description provided.