Skip to content

Commit

Permalink
Merge pull request #111 from Redot-Engine/feature/github-ci
Browse files Browse the repository at this point in the history
Update Template, Labeler, CI Workflow, and README
  • Loading branch information
charlottewiltshire0 authored Mar 3, 2025
2 parents 1087b12 + fa8c580 commit 7607c54
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ translation: locales/**

feature:
- head-branch: ['^feature', 'feature']

fix:
- head-branch: ['^fix', 'fix']
2 changes: 1 addition & 1 deletion .github/pull-request-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
**Screenshots (if applicable):**
<!-- Include any relevant screenshots to help explain your changes. -->

### **Additional notes:**
**Additional notes:**
<!-- Any other information or context that might be helpful for the maintainers. -->
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build:
name: Build the project
runs-on: ubuntu-24.04
timeout-minutes: 15
timeout-minutes: 30
steps:
- name: Check out Git repository
uses: actions/checkout@v4
Expand All @@ -48,6 +48,6 @@ jobs:
run: bun run build
env:
NEXT_PUBLIC_GTM_ID: ${{ secrets.NEXT_PUBLIC_GTM_ID }}
NEXT_PUBLIC_SANITY_PROJECT_ID: qqvmmpgb
NEXT_PUBLIC_SANITY_DATASET: test
NEXT_PUBLIC_BASE_URL: https://www.redotengine.org
NEXT_PUBLIC_SANITY_PROJECT_ID: ${{ vars.NEXT_PUBLIC_SANITY_PROJECT_ID }}
NEXT_PUBLIC_SANITY_DATASET: ${{ vars.NEXT_PUBLIC_SANITY_DATASET }}
NEXT_PUBLIC_BASE_URL: ${{ vars.NEXT_PUBLIC_BASE_URL }}
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ This is the official website for the **Redot Engine**, providing information, re

## Build from source

### Install Node.js

Make sure Node.js is installed on your machine. If it's not, you can download and install it from [nodejs.org](https://nodejs.org/).

### Install Bun

Bun is a fast JavaScript runtime like Node.js, but with a built-in package manager. If you haven't installed it yet, you can do so by running:
Expand Down

0 comments on commit 7607c54

Please sign in to comment.