Feature Request for Fossify SMS app : Categorize SMS into Transactional, Promotional Categories (categorization running locally on the app with no internet connection) #3523
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Image Minimizer | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| issues: | |
| types: [opened, edited] | |
| pull_request_target: | |
| types: [opened, edited] | |
| jobs: | |
| call-image-minimizer-workflow: | |
| uses: FossifyOrg/.github/.github/workflows/image-minimizer.yml@main | |
| secrets: inherit |