Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 5a2dee6

Browse files
committed
Merge branch 'preview' of https://github.com/makeplane/plane into preview
2 parents 4854194 + 6356bb1 commit 5a2dee6

File tree

2,330 files changed

+94234
-42955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,330 files changed

+94234
-42955
lines changed

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
### Description
2+
<!-- Provide a detailed description of the changes in this PR -->
3+
4+
### Type of Change
5+
<!-- Put an 'x' in the boxes that apply -->
6+
- [ ] Bug fix (non-breaking change which fixes an issue)
7+
- [ ] Feature (non-breaking change which adds functionality)
8+
- [ ] Improvement (change that would cause existing functionality to not work as expected)
9+
- [ ] Code refactoring
10+
- [ ] Performance improvements
11+
- [ ] Documentation update
12+
13+
### Screenshots and Media (if applicable)
14+
<!-- Add screenshots to help explain your changes, ideally showcasing before and after -->
15+
16+
### Test Scenarios
17+
<!-- Please describe the tests that you ran to verify your changes -->
18+
19+
### References
20+
<!-- Link related issues if there are any -->

.github/workflows/build-aio-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
endpoint: ${{ env.BUILDX_ENDPOINT }}
8484

8585
- name: Build and Push to Docker Hub
86-
uses: docker/build-push-action@v5.1.0
86+
uses: docker/build-push-action@v6.9.0
8787
with:
8888
context: ./aio
8989
file: ./aio/Dockerfile-base-full
@@ -124,7 +124,7 @@ jobs:
124124
endpoint: ${{ env.BUILDX_ENDPOINT }}
125125

126126
- name: Build and Push to Docker Hub
127-
uses: docker/build-push-action@v5.1.0
127+
uses: docker/build-push-action@v6.9.0
128128
with:
129129
context: ./aio
130130
file: ./aio/Dockerfile-base-slim

.github/workflows/build-aio-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
uses: actions/checkout@v4
129129

130130
- name: Build and Push to Docker Hub
131-
uses: docker/build-push-action@v5.1.0
131+
uses: docker/build-push-action@v6.9.0
132132
with:
133133
context: .
134134
file: ./aio/Dockerfile-app
@@ -188,7 +188,7 @@ jobs:
188188
uses: actions/checkout@v4
189189

190190
- name: Build and Push to Docker Hub
191-
uses: docker/build-push-action@v5.1.0
191+
uses: docker/build-push-action@v6.9.0
192192
with:
193193
context: .
194194
file: ./aio/Dockerfile-app

0 commit comments

Comments
 (0)