Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add app:backwpup-website + member:arielle #130

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.env
*.pyc
app-secrets.yml
app-secrets.yml
.idea
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# TB-TT
This app is a helper bot for the Engineering team at WP Media, leveraging Slack and github integartions for better agile workflows.
This app is a helper bot for the Engineering team at WP Media, leveraging Slack and GitHub integrations for better agile workflows.

## Configuration
To run the app, you must first configure it with Slack and Github information, including credentials.
To run the app, you must first configure it with Slack and GitHub information, including credentials.
To do so, fill the different json files in the config folder.

### Slack integration
The Slack integartion requires the app to be declared and installed as a Slack App. The "interactivity" feature must be configured and webhooks directed to the app server.
The Slack integration requires the app to be declared and installed as a Slack App. The "interactivity" feature must be configured and webhooks directed to the app server.

## Running the app
Run the script app.py
Expand Down
1 change: 1 addition & 0 deletions config/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"wp-rocket.me": "wpm-wprocket",
"Imagify Website": "wpm-imagify-website",
"RocketCDN Website": "wpm-rocketcdn-website",
"BackWPup Website": "wpm-backwpup-website",
"Task AI": "wpm-task-ai"
},
"envList": {
Expand Down
4 changes: 3 additions & 1 deletion config/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"Michael Lee": "jeawhanlee",
"Gaël Robin": "Miraeld",
"Opeyemi Ibrahim": "Khadreal",
"Mathieu Lamiot": "MathieuLamiot"
"Mathieu Lamiot": "MathieuLamiot",
"Arielle Lucca": "ariellelucca"
},
"statusFieldId": "PVTSSF_lADOAMEyYM4AaLebzgQxzGc",
"initialStatusValue": "4ff049da",
Expand All @@ -31,6 +32,7 @@
"wp-rocket.me": "WP Rocket website",
"imagify-website": "Imagify website",
"rocketcdn-website": "RocketCDN website",
"backwpup-website": "BackWPup website",
"metasearch": "Metasearch",
"wp-rocket-e2e": "Rocket-E2E"
}
Expand Down
Loading