Create repo-deprecated-on-pr.yml #1
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
name: Update the Lighthouse Test Data repo | |
on: | |
pull_request: | |
jobs: | |
update_paths: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Add comment to PR | |
uses: mshick/add-pr-comment@v2 | |
with: | |
message: | | |
Please note that this repository is deprecated in favor of https://github.com/department-of-veterans-affairs/lighthouse-test-data. Changes should be made to the new repository. | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |