Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2024
2 parents 1844796 + adc918c commit 0d2fc04
Show file tree
Hide file tree
Showing 252 changed files with 10,419 additions and 4,959 deletions.
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PR Checklist
- [ ] Includes changes to desk files
- [ ] Describes how you tested the PR locally (test ship vs livenet)
- [ ] If a new feature, includes automated tests
- [ ] Comments added anywhere logic may be confusing without context
1 change: 0 additions & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.tag }}
token: ${{ secrets.REPO_TOKEN }}
- name: Bump
run: |
sed -i "s/version+\[.*]/version+[${{ github.event.inputs.version }}]/" desk/desk.docket-0
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-canary-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
type: string
required: false
description: Enter the tag to deploy
default: staging
push:
branches:
- 'staging'
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-canary-talk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
type: string
required: false
description: Enter the tag to deploy
default: staging
push:
branches:
- 'staging'
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- uses: actions/setup-node@v3
with:
Expand All @@ -37,7 +36,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -71,7 +69,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-kernel-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-kernel-talk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-talk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- uses: actions/setup-node@v3
with:
Expand All @@ -37,7 +36,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -72,7 +70,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down
90 changes: 0 additions & 90 deletions .github/workflows/glob-and-deploy-hackweek-talk.yml

This file was deleted.

89 changes: 0 additions & 89 deletions .github/workflows/glob-and-deploy-hackweek.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/glob-and-deploy-kernel-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- uses: actions/setup-node@v3
with:
Expand All @@ -34,7 +33,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -68,7 +66,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/glob-and-deploy-kernel-talk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- uses: actions/setup-node@v3
with:
Expand All @@ -34,7 +33,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -69,7 +67,6 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
ref: ${{ github.event.inputs.tag }}
- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ jobs:
name: "Syncs the latest livenet deploy from develop to master"
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
- name: Set Git config
run: |
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
- name: Merge Dev to Master
run: |
git fetch --unshallow
git checkout develop
git checkout staging
git pull
git checkout master
git pull
git merge --no-ff develop
git merge --no-ff staging
git push
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To get started, make sure your %groups desk is mounted:
Sync the latest %groups files:

```
rsync -avL --delete desk/* ~/urbit/zod/groups/
rsync -avL desk/* ~/urbit/zod/groups/
```

And commit:
Expand Down
Loading

0 comments on commit 0d2fc04

Please sign in to comment.