You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud_chatops/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Using Slack's Bolt for Python library here I have developed a Slack Application
4
4
This application is designed to help promote the closing of GitHub pull requests either by getting them approved and merged or closed when they go stale.<br>
5
5
In principle, the app will notify authors about their pull requests until they are closed.<br>
6
6
### Deployment
7
-
The entry point for is in [main.py](main.py) which will run the application.<br>
7
+
The entry point for is in [main.py](src/main.py) which will run the application.<br>
8
8
The required files (below) need to be in the [cloud_chatops](.) directory.<br>
9
9
### Functionality
10
10
As of current, the application gets all open pull requests from any Cloud owned repository and will send a message to our pull-request channel about each pull request notifying the author.<br>
0 commit comments