Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #99 from mytiki/ci/add_optin_milestones
Browse files Browse the repository at this point in the history
Ci/add optin milestones
  • Loading branch information
ricardobrg authored May 13, 2024
2 parents da04e7a + c4f5c7d commit 3908c0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,14 @@ milestones:
of known receipt senders and parsed locally to the mobile device to protect privacy. Emails are eagerly fetched
starting with the most recent and working progressively in reverse chronological order when time-permitted.
state: open

- title: Improve OptIn rates Services
description: |
Implements the services for "Improve OptIn rates" feature. The Improve OptIn feature provides a structured approach
to create compelling ffers, present them to users, and manage user decisions efficiently.
state: open

- title: Improve OptIn rates UIs
description: |
Implements the UIs for "Improve OptIn rates" feature. Adds pre-built UIs that can be customized to match the app's visual identity.
state: open
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ concurrency:
jobs:
release:
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
environment: Production
outputs:
tag: ${{ steps.semver.outputs.nextStrict }}
runs-on: macos-latest
Expand Down

0 comments on commit 3908c0e

Please sign in to comment.