mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 18:14:19 -08:00
Add message to display in PR
This commit is contained in:
parent
ed5911323f
commit
a858d5b44f
1 changed files with 10 additions and 0 deletions
10
.github/workflows/deploy_fe_staging.yml
vendored
10
.github/workflows/deploy_fe_staging.yml
vendored
|
@ -29,6 +29,16 @@ jobs:
|
|||
if: contains(steps.changed-files.outputs.modified_files, 'client/src/intl/en.json')
|
||||
run: |
|
||||
echo "New translations required! The en.json was modified, please update translations in other language files."
|
||||
- name: Update PR with deployed URL
|
||||
uses: mshick/add-pr-comment@v1
|
||||
with:
|
||||
message: |
|
||||
**🚢 New translations needed! 🚢**
|
||||
Please see the en.json file for details !
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
repo-token-user-login: "github-actions[bot]" # The user.login for temporary GitHub tokens
|
||||
allow-repeats: false # This is the default
|
||||
|
||||
|
||||
# - name: Set DESTINATION_FOLDER for branch
|
||||
# run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue