mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
more rename under .github folder
This commit is contained in:
parent
50d026c1a1
commit
faa161079e
32
.github/workflows/ci.yml
vendored
32
.github/workflows/ci.yml
vendored
@ -34,16 +34,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
@ -64,16 +64,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
- name: npm ci
|
- name: npm ci
|
||||||
run: |
|
run: |
|
||||||
@ -122,16 +122,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
@ -159,16 +159,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
32
.github/workflows/dev-release.yml
vendored
32
.github/workflows/dev-release.yml
vendored
@ -23,16 +23,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
|
|
||||||
- name: Replace token 1 server
|
- name: Replace token 1 server
|
||||||
@ -99,16 +99,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
- name: Replace token 1 server
|
- name: Replace token 1 server
|
||||||
run: sed -i -e "s,placeholder_rudder_dataplane_url,${{ secrets.RUDDER_DATAPLANE_URL }},g" ${{ github.workspace }}/focalboard/server/services/telemetry/telemetry.go
|
run: sed -i -e "s,placeholder_rudder_dataplane_url,${{ secrets.RUDDER_DATAPLANE_URL }},g" ${{ github.workspace }}/focalboard/server/services/telemetry/telemetry.go
|
||||||
@ -157,16 +157,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
- name: Replace token 1 server
|
- name: Replace token 1 server
|
||||||
run: sed -i -e "s,placeholder_rudder_dataplane_url,${{ secrets.RUDDER_DATAPLANE_URL }},g" ${{ github.workspace }}/focalboard/server/services/telemetry/telemetry.go
|
run: sed -i -e "s,placeholder_rudder_dataplane_url,${{ secrets.RUDDER_DATAPLANE_URL }},g" ${{ github.workspace }}/focalboard/server/services/telemetry/telemetry.go
|
||||||
@ -227,16 +227,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
|
|
||||||
- name: Replace token 1 server
|
- name: Replace token 1 server
|
||||||
|
8
.github/workflows/lint-server.yml
vendored
8
.github/workflows/lint-server.yml
vendored
@ -38,16 +38,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
- name: set up golangci-lint
|
- name: set up golangci-lint
|
||||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
|
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
|
||||||
|
32
.github/workflows/prod-release.yml
vendored
32
.github/workflows/prod-release.yml
vendored
@ -20,16 +20,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
|
|
||||||
- name: Replace token 1 server
|
- name: Replace token 1 server
|
||||||
@ -96,16 +96,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
|
|
||||||
- name: Replace token 1 server
|
- name: Replace token 1 server
|
||||||
@ -155,16 +155,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
|
|
||||||
- name: Replace token 1 server
|
- name: Replace token 1 server
|
||||||
@ -227,16 +227,16 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref: ${{ env.BRANCH_NAME }}
|
ref: ${{ env.BRANCH_NAME }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: steps.mattermostServer.outcome == 'failure'
|
if: steps.mattermostServer.outcome == 'failure'
|
||||||
with:
|
with:
|
||||||
repository: "mattermost/mattermost-server"
|
repository: "mattermost/mattermost"
|
||||||
fetch-depth: "20"
|
fetch-depth: "20"
|
||||||
path: "mattermost-server"
|
path: "mattermost"
|
||||||
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
ref : "b61c096497ac1f22f64b77afe58d0dd5a72b38f1"
|
||||||
|
|
||||||
- name: Replace token 1 server
|
- name: Replace token 1 server
|
||||||
|
Loading…
Reference in New Issue
Block a user