-
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 #8 from daksh7011/ci/boring_cyborg
Setup Boring Cyborg app
- Loading branch information
Showing
2 changed files
with
45 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# TODO: setup Boring Cyborg: https://probot.github.io/apps/boring-cyborg/ | ||
_extends: ".github" | ||
|
||
# Enable "labeler" for your PR that would add labels to PRs based on the paths that are modified in the PR. | ||
labelPRBasedOnFilePath: | ||
commands: | ||
- src/main/qbtbot/commands | ||
CI: | ||
- .github/**/* | ||
dependency: | ||
- gradle/libs.version.toml | ||
# Various Flags to control behaviour of the "Labeler" | ||
labelerFlags: | ||
# If this flag is changed to 'false', labels would only be added when the PR is first created and not when existing | ||
# PR is updated. | ||
# The default is 'true' which means the labels would be added when PR is updated even if they were removed by the user | ||
labelOnPRUpdates: true | ||
|
||
##### Greetings ######################################################################################################## | ||
# Comment to be posted to welcome users when they open their first PR | ||
firstPRWelcomeComment: > | ||
Thanks for opening this pull request! Please check out our contributing guidelines. | ||
# Comment to be posted to congratulate user on their first merged PR | ||
firstPRMergeComment: > | ||
Awesome work, congrats on your first merged pull request! | ||
# Comment to be posted to on first time issues | ||
firstIssueWelcomeComment: > | ||
Thanks for opening your first issue here! Be sure to follow the issue template! | ||
###### PR/Branch Up-To-Date Checker #################################################################################### | ||
# Check if the branch is up to date with master when certain files are modified | ||
checkUpToDate: | ||
targetBranch: master | ||
files: | ||
- gradle/libs.version.toml | ||
- build.gradle.kts | ||
- settings.gradle.kts |
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