-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issue-669
- Loading branch information
Showing
60 changed files
with
4,541 additions
and
1,080 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: issue_add | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
|
||
permissions: | ||
repository-projects: write | ||
|
||
jobs: | ||
add-to-project: | ||
if: ${{ github.repository_owner == 'mattermost' }} | ||
name: Add issue to project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: mattermost/github-app-installation-token-action@181cd1b8c94b158428c4facfe043d6e28c20be55 | ||
id: ghapp | ||
with: | ||
appId: "${{ vars.UNIFIED_CI_APP_ID }}" | ||
installationId: "${{ vars.UNIFIED_CI_INSTALLATION_ID }}" | ||
privateKey: ${{ secrets.UNIFIED_CI_PRIVATE_KEY }} | ||
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c #v0.5.0 | ||
with: | ||
project-url: https://github.com/orgs/mattermost/projects/9 | ||
github-token: ${{ steps.ghapp.outputs.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"extends": [ | ||
"../../webapp/.eslintrc.json" | ||
], | ||
"overrides": [ | ||
{ | ||
"files": ["**/*.ts"], | ||
"plugins": ["import"], | ||
"parser": "@typescript-eslint/parser", | ||
"rules": { | ||
"import/no-unresolved": "off", | ||
"max-nested-callbacks": "off", | ||
"no-shadow": "off", | ||
"@typescript-eslint/no-shadow": "error" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
screenshots | ||
playwright-report | ||
test-results | ||
.auth-user.json | ||
.eslintcache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# export MOCK_OAUTH_ACCESS_TOKEN= | ||
|
||
# export MM_SERVICESETTINGS_SITEURL= | ||
# export MM_PLUGIN_ID= | ||
# export OAUTH_SERVER_PORT= |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.