Skip to content

LF-11929 - Moved core facets to global.json and made adjustments #7

LF-11929 - Moved core facets to global.json and made adjustments

LF-11929 - Moved core facets to global.json and made adjustments #7

name: Notify SmartContract channel when scripts config file changes
on:
pull_request:
paths:
- 'script/config.example.sh'
types:
- opened
- synchronize
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send Reminder to Slack SC-general Channel
uses: slackapi/[email protected]
with:
webhook: ${{ secrets.SLACK_WEBHOOK_SC_GENERAL }}
webhook-type: incoming-webhook
payload: |
text: "Hey team, please update your scripts/config.sh file (see config.example.sh for latest changes)"