Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 596cdbd

Browse files
committedJan 3, 2023
Merge branch 'main' into 3522-workspacebuilds-1
2 parents f37c6b3 + e67d131 commit 596cdbd

File tree

83 files changed

+1260
-780
lines changed

Some content is hidden

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

83 files changed

+1260
-780
lines changed
 

‎.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
177177

178178
- name: Setup GCloud SDK
179-
uses: 'google-github-actions/setup-gcloud@v0'
179+
uses: "google-github-actions/setup-gcloud@v1"
180180

181181
- name: Publish Helm Chart
182182
run: |

‎.github/workflows/stale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
# https://github.com/actions/stale/pull/775
1616
- uses: actions/stale@v6.0.0
1717
with:
18-
stale-issue-label: 'stale'
19-
stale-pr-label: 'stale'
18+
stale-issue-label: "stale"
19+
stale-pr-label: "stale"
2020
# Pull Requests become stale more quickly due to merge conflicts.
2121
# Also, we promote minimizing WIP.
2222
days-before-pr-stale: 7

‎.github/workflows/welcome.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- uses: wow-actions/welcome@v1
1212
with:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14-
FIRST_PR_REACTIONS: '+1, hooray, rocket, heart'
14+
FIRST_PR_REACTIONS: "+1, hooray, rocket, heart"
1515
FIRST_PR_COMMENT: |
16-
👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here!
16+
👋 Welcome @{{ author }} to Coder! Yo @coder/docs this is @{{ author }}'s first pull-request here!
1717
FIRST_PR_MERGED: |
1818
🎉 Thanks for the contribution @{{ author }}! Yo @coder/docs @{{ author }}'s first contribution has been merged! 👀👀👀
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.