mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-26 09:35:50 +03:00
[PR #448] [MERGED] Add action to package the app for PRs and releases #492
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#492
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:package-action📝 Commits (2)
c57ca97Fix dependabot approve action.f115234Add 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.