mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #687] [CLOSED] Plankanban master #1070
Reference in New Issue
Block a user
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/plankanban/planka/pull/687
Author: @Jyrezo
Created: 4/7/2024
Status: ❌ Closed
Base:
master← Head:plankanban-master📝 Commits (6)
e84f777Add 'prod' to .gitignore74f3441Remove unused GitHub Actions workflowse14638dChange Version Name693690cSwitch to Beta41161d1Merge branch 'master' of https://github.com/plankanban/planka into plankanban-master86a68e2Push changes📊 Changes
35 files changed (+8709 additions, -8955 deletions)
View changed files
➖
.github/workflows/build-and-push-docker-base-image.yml(+0 -44)➖
.github/workflows/build-and-push-docker-image-dev.yml(+0 -107)➖
.github/workflows/build-and-push-docker-image.yml(+0 -42)➖
.github/workflows/helm-chart-release.yml(+0 -43)📝
.gitignore(+2 -0)➖
.husky/pre-commit(+0 -4)📝
charts/planka/Chart.yaml(+31 -31)📝
charts/planka/templates/deployment.yaml(+141 -141)📝
charts/planka/values.yaml(+182 -182)📝
client/.env(+1 -1)📝
client/src/actions/cards.js(+132 -132)📝
client/src/api/cards.js(+94 -94)📝
client/src/components/Card/ActionsStep.jsx(+260 -260)📝
client/src/components/Card/Card.jsx(+262 -262)📝
client/src/components/CardModal/CardModal.jsx(+600 -600)📝
client/src/constants/ActionTypes.js(+266 -266)📝
client/src/constants/EntryActionTypes.js(+179 -179)📝
client/src/containers/CardContainer.js(+80 -80)📝
client/src/containers/CardModalContainer.js(+115 -115)📝
client/src/entry-actions/cards.js(+123 -123)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.