forked from rclone/rclone
-
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 'rclone:master' into master
- Loading branch information
Showing
629 changed files
with
110,142 additions
and
23,443 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
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,15 @@ | ||
name: Notify users based on issue labels | ||
|
||
on: | ||
issues: | ||
types: [labeled] | ||
|
||
jobs: | ||
notify: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: jenschelkopf/[email protected] | ||
with: | ||
token: ${{ secrets.NOTIFY_ACTION_TOKEN }} | ||
recipients: | | ||
Support Contract=@rclone/support |
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,14 +1,14 @@ | ||
name: Publish to Winget | ||
on: | ||
release: | ||
types: [released] | ||
|
||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: vedantmgoyal2009/winget-releaser@v2 | ||
with: | ||
identifier: Rclone.Rclone | ||
installers-regex: '-windows-\w+\.zip$' | ||
token: ${{ secrets.WINGET_TOKEN }} | ||
name: Publish to Winget | ||
on: | ||
release: | ||
types: [released] | ||
|
||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: vedantmgoyal2009/winget-releaser@v2 | ||
with: | ||
identifier: Rclone.Rclone | ||
installers-regex: '-windows-\w+\.zip$' | ||
token: ${{ secrets.WINGET_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ docs/public | |
rclone.iml | ||
.idea | ||
.history | ||
.vscode | ||
*.test | ||
*.iml | ||
fuzz-build.zip | ||
|
Oops, something went wrong.