Fix Part of #5086: Add Layout Land for Survey UI #510
Workflow file for this run
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
# Contains jobs corresponding to repository-wide messaging. | |
name: Repository Messaging | |
on: | |
pull_request_target: | |
types: [ opened ] | |
jobs: | |
holiday_message: | |
runs-on: ubuntu-latest | |
# NOTE TO DEVELOPERS: Update the body text and set this to 'true' to enable automatic messaging on all new PRs. | |
if: false | |
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. We'll be fully | |
returning on 10 January 2022. |