diff --git a/.github/settings.yml b/.github/settings.yml index 0064986..50b25b8 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a5a72a..42ef644 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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