Skip to content

Commit

Permalink
Merge pull request #8 from daksh7011/ci/boring_cyborg
Browse files Browse the repository at this point in the history
Setup Boring Cyborg app
  • Loading branch information
daksh7011 authored Aug 11, 2024
2 parents 59ff9b6 + b917c5a commit d972d20
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
38 changes: 37 additions & 1 deletion .github/boring-cyborg.yml
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
9 changes: 8 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ labels:
color: CC0000
- name: feature
color: 336699
- name: commands
color: 1D76DB
- name: CI
color: 1D76DB
- name: dependency
color: 1D76DB
- name: maintenance
color: 1D76DB
- name: first-timers-only
# include the old name to rename and existing label
oldname: Help Wanted

0 comments on commit d972d20

Please sign in to comment.