Skip to content

Commit

Permalink
fix: add notification step
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Nov 14, 2024
1 parent eb835b3 commit 8fabafa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,16 @@ jobs:
# python3 scripts/mdx.py "$file"
# done

open-veda-config-pr-notification:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Notify user to open a new PR
run: |
echo "The action is complete. Please open a new Pull Request in veda-config for the changes."
publish-to-prod-on-pr-merge:
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8fabafa

Please sign in to comment.