Skip to content

Commit 3b727b1

Browse files
ruhul-csMohammadRuhulAminroot
authored
Create a Workflow for sending message on close pull request (#44)
* Add unit testing after CI Check * Test script error solve * Add docker image testing script * Add network flag in test workflow * Remove Entrypoint and add CMD in Dockerfile * Add notificaiton system using webhook when any push happens on github branch * Remove notification connectivity with webhook * Add dotenv module in project * Add 2 more docker service on different port * Add nginx.conf file for implementing reverse proxy server * Change port number of nginx.conf file * Update github file with instructions * Add nginx.conf file for reverse proxy * Integrate nginx as reverse proxy server in container * Execute eslint to fix codebase issue * Add second job in workflow-rnd.yaml file * Add latest code form a remote repo in local env * Update workflow-rnd.yaml code * Update workflow-rnd.yaml code * Remove second Job * Create workflow-rnd.yaml * Add workflow trigger documentation * Add seperate workflow for unit testing * Add seperate workflow for unit testing * Add seperate workflow for unit testing * Add seperate workflow for unit testing * Add command npm test * Add command npm test * Update chain-workflow.yaml with job-notify * Update chain-workflow.yaml * Update chain-workflow.yaml * Print github meta data * Fix the workflow file * Add context meta data * Change job name * Refix the expression * Add closing bracket in the expression * Add jobs, matrix in context-display-workflow * Remove matrix from context-display-workflow file * Add pull_request event trigger * Add bye message --------- Co-authored-by: MohammadRuhulAmin <[email protected]> Co-authored-by: Mohammad Ruhul Amin <[email protected]> Co-authored-by: root <root@HP>
1 parent c3cd5e1 commit 3b727b1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Pull Request Close Event Job
2+
on:
3+
pull_request:
4+
types:
5+
- closed
6+
workflow_dispatch:
7+
jobs:
8+
deploy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: "Pull Request Close Event Trigger Checking"
12+
run : echo "Pull Request Close Event Trigger Checking"
13+
- name: "Pull Request End print message"
14+
run: echo "bye!"

0 commit comments

Comments
 (0)