Skip to content

Commit

Permalink
Set up vacation bot & enable it for the next two weeks (#3999)
Browse files Browse the repository at this point in the history
* Set up vacation bot

* Update CODEOWNERS

Define codeowners for .devbots directory.

* Update vacation.yml

Address reviewer comment.
  • Loading branch information
BenHenning authored Nov 19, 2021
1 parent 35580a3 commit 04b8e03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .devbots/vacation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Reference: https://devbots.xyz/documentation/vacation/.
enabled: true
pull-comment: >
Thanks for submitting this pull request! Some main reviewers
have taken time off for the next few weeks, so it may take a
little while before we can look at this PR. We appreciate your
patience while some of our team members recharge.
issue-comment: >
Thanks for filing this issue! Please note that some team members
are currently taking time off to recharge, so it might be a
while before we respond to or triage this issue.
period: 2021-11-19 - 2021-12-06
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ gradlew.bat @BenHenning
/.github/workflows/ @BenHenning
/.github/stale.yml @BenHenning

# Devbots configurations.
/.devbots/ @BenHenning

# All tests.
*Test.kt @anandwana001

Expand Down

0 comments on commit 04b8e03

Please sign in to comment.