diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8ae04a..8689597 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,4 +31,14 @@ jobs: - name: 🖥️ Build Electron app # Run Electron build script from root directory - run: npm run build \ No newline at end of file + run: npm run build + + - name: 🚨 Send failure notification to Slack + if: failure() + uses: rtCamp/action-slack-notify@v2 + env: + SLACK_CHANNEL: general + SLACK_TITLE: "🚨 Build Failed" + SLACK_MESSAGE: "😭 Build failed for `${{ github.repository }}` repo on main branch." + SLACK_COLOR: 'danger' + SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file diff --git a/README.md b/README.md index 8397aec..e166914 100644 --- a/README.md +++ b/README.md @@ -117,12 +117,10 @@ We have a list of [help wanted](https://github.com/pickle-com/glass/issues?q=is% | Status | Issue | Description | |--------|--------------------------------|---------------------------------------------------| -| 🚧 WIP | Code Refactoring | Refactoring the entire codebase for better maintainability. | | 🚧 WIP | Windows Build | Make Glass buildable & runnable in Windows | | 🚧 WIP | Local LLM Support | Supporting Local LLM to power AI answers | | 🚧 WIP | AEC Improvement | Transcription is not working occasionally | | 🚧 WIP | Firebase Data Storage Issue | Session & ask should be saved in firebase for signup users | -| 🚧 WIP | Login Issue | Currently breaking when switching between local and sign-in mode | | 🚧 WIP | Liquid Glass | Liquid Glass UI for MacOS 26 | ### Changelog