forked from ipfs/ipfs-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
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 snyk-fix-0b0c12ecb1a5c08fd002057a93927cdf
- Loading branch information
Showing
122 changed files
with
13,639 additions
and
14,430 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,2 @@ | ||
package.json text eol=lf | ||
package-lock.json text eol=lf |
Validating CODEOWNERS rules …
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,8 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence | ||
# these owners will be requested for review when someone | ||
# opens a pull request. | ||
# All GUI Teams: @ipfs-shipyard/ipfs-gui @ipfs-shipyard/gui @ipfs/gui-dev @ipfs/wg-gui-ux | ||
* @ipfs/gui-dev |
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,18 @@ | ||
name: Auto Assign to IPFS-GUI Project | ||
|
||
on: | ||
issues: | ||
types: [opened] | ||
pull_request: | ||
types: [opened] | ||
|
||
jobs: | ||
assign_one_project: | ||
runs-on: ubuntu-latest | ||
name: Assign to IPFS-GUI Project | ||
steps: | ||
- name: Assign NEW issues and NEW pull requests to the IPFS-GUI project | ||
uses: actions/add-to-project@v0.1.0 | ||
with: | ||
project-url: 'https://github.com/orgs/ipfs/projects/17' | ||
github-token: ${{ secrets.AUTO_PROJECT_PAT }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,31 @@ | ||
name: snapcraft | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
manual_name: | ||
required: true | ||
description: 'Release number to publish (without v prefix)' | ||
default: '0.0.0' | ||
release: | ||
types: [published] | ||
|
||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
|
||
env: | ||
SNAP_RELEASE_NAME: ${{ github.event.inputs.manual_name || github.event.release.name }} | ||
steps: | ||
- name: Download .snap artifact | ||
uses: dsaltares/fetch-gh-release-asset@aa37ae5c44d3c9820bc12fe675e8670ecd93bd1c # 0.0.5 | ||
uses: dsaltares/fetch-gh-release-asset@0efe227dedb360b09ea0e533795d584b61c461a9 # 0.06 | ||
with: | ||
repo: ipfs-shipyard/ipfs-desktop | ||
version: tags/${{ github.event.release.tag_name }} | ||
file: ipfs-desktop-${{ github.event.release.name }}-linux-amd64.snap | ||
|
||
repo: ipfs/ipfs-desktop | ||
version: tags/v${{ env.SNAP_RELEASE_NAME }} | ||
file: ipfs-desktop-${{ env.SNAP_RELEASE_NAME }}-linux-amd64.snap | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Publish to Snapcraft | ||
uses: snapcore/action-publish@f1879414dc5500e02a36f3d715bca6ddd438c913 # 1.0.2 | ||
with: | ||
store_login: ${{ secrets.SNAP_STORE_LOGIN }} | ||
snap: ipfs-desktop-${{ github.event.release.name }}-linux-amd64.snap | ||
snap: ipfs-desktop-${{ env.SNAP_RELEASE_NAME }}-linux-amd64.snap | ||
release: stable |
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: Close and mark stale issue | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
stale: | ||
|
||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.' | ||
close-issue-message: 'This issue was closed because it is missing author input.' | ||
stale-issue-label: 'kind/stale' | ||
any-of-labels: 'need/author-input' | ||
exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis,status/blocked,status/in-progress,status/ready,status/deferred,status/inactive' | ||
days-before-issue-stale: 6 | ||
days-before-issue-close: 7 | ||
enable-statistics: true |
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
[main] | ||
host = https://www.transifex.com | ||
lang_map = zh_CN: zh-CN, zh_HK: zh-HK, zh_TW: zh-TW, ko_KR: ko-KR, pt_PT: pt-PT, pt_BR: pt-BR, ja_JP: ja-JP, hi_IN: hi-IN, he_IL: he-IL, fa_IR: fa-IR, bn_IN: bn-IN, fil_PH: fil-PH | ||
host = https://www.transifex.com | ||
lang_map = ko_KR: ko-KR, bn_IN: bn-IN, he_IL: he-IL, zh_CN: zh-CN, zh_HK: zh-HK, zh_TW: zh-TW, pt_PT: pt-PT, pt_BR: pt-BR, ja_JP: ja-JP, hi_IN: hi-IN, fa_IR: fa-IR, fil_PH: fil-PH | ||
|
||
[ipfs-desktop.ipfs-desktop-json] | ||
file_filter = assets/locales/<lang>.json | ||
[o:ipfs:p:ipfs-desktop:r:ipfs-desktop-json] | ||
file_filter = assets/locales/<lang>.json | ||
source_file = assets/locales/en.json | ||
source_lang = en | ||
type = KEYVALUEJSON | ||
minimum_perc = 30 | ||
source_file = assets/locales/en.json | ||
source_lang = en | ||
type = KEYVALUEJSON | ||
|
Oops, something went wrong.