-
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 pull request #13 from daksh7011/fix/torrent_command_403
Fix torrents command 403
- Loading branch information
Showing
6 changed files
with
70 additions
and
26 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,25 @@ | ||
# Note: Quotation marks are required for the leading asterisk | ||
|
||
dependency: | ||
- changed-files: | ||
- any-glob-to-any-file: 'gradle/*.toml' | ||
|
||
ci: | ||
- changed-files: | ||
- any-glob-to-any-file: 'github/**/*' | ||
|
||
commands: | ||
- changed-files: | ||
- any-glob-to-any-file: 'src/main/kotlin/qbtbot/commands/**/*' | ||
|
||
# Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name | ||
feature: | ||
- head-branch: ['^feature', 'feature'] | ||
|
||
# Add 'fix' label to any PR where the head branch name starts with `fix` or has a `fix` section in the name | ||
fix: | ||
- head-branch: ['^fix', 'fix'] | ||
|
||
# Add 'release' label to any PR that is opened against the `master` branch | ||
release: | ||
- base-branch: 'master' |
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
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