From b6dacb5db7c1303fe138c5258e0eae39b006c068 Mon Sep 17 00:00:00 2001 From: Ben Henning Date: Thu, 16 Dec 2021 20:09:33 -0800 Subject: [PATCH 1/2] Create repository_messaging.yml --- .github/workflows/repository_messaging.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/repository_messaging.yml diff --git a/.github/workflows/repository_messaging.yml b/.github/workflows/repository_messaging.yml new file mode 100644 index 00000000000..6e65cdbb12a --- /dev/null +++ b/.github/workflows/repository_messaging.yml @@ -0,0 +1,21 @@ +# Contains jobs corresponding to repository-wide messaging. + +name: Repository Messaging + +on: + pull_request_target: + types: [ opened ] + +jobs: + holiday_message: + runs-on: ubuntu-latest + steps: + - name: Add holiday comment + uses: peter-evans/create-or-update-comment@v1 + with: + issue-number: ${{ github.event.pull_request.number }} + body: | + 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. From 0db65903641a96cbac6b4a158a967bc7fe0e2bd9 Mon Sep 17 00:00:00 2001 From: Ben Henning Date: Thu, 16 Dec 2021 20:19:23 -0800 Subject: [PATCH 2/2] Update repository_messaging.yml --- .github/workflows/repository_messaging.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repository_messaging.yml b/.github/workflows/repository_messaging.yml index 6e65cdbb12a..d1dfc963c97 100644 --- a/.github/workflows/repository_messaging.yml +++ b/.github/workflows/repository_messaging.yml @@ -18,4 +18,5 @@ jobs: 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. + patience while some of our team members recharge. We'll be fully + returning on 4 January 2021.