Move release workflow failures to Android Releases#9209
Merged
Conversation
daxmobile
reviewed
Jul 16, 2026
daxmobile
reviewed
Jul 16, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Task/Issue URL: https://app.asana.com/1/137249556945/task/1216513310447906?focus=true
Tech Design URL (if applicable): https://app.asana.com/1/137249556945/project/414730916066338/task/1216144994462267?focus=true
Description
Route GitHub workflow-failure tasks for the four release workflows (create tag, create release task, update release notes, upload to Play Store) into the Releases project instead of the general Android App project.
GH_ANDROID_APP_PROJECT_ID / GH_ANDROID_APP_INCOMING_SECTION_ID).
Steps to test this PR
qa-optional
Note
Low Risk
CI-only change to Asana routing on workflow failure; no app or release build logic affected, assuming repo vars for the releases project are configured.
Overview
Release GitHub Actions failures now open Asana tasks in the Android Releases project’s blocker section instead of the general Android app project incoming section.
The same
asana-project/asana-sectionswap is applied to the failure-handler step inrelease_create_tag.yml,release_create_task.yml,release_update_release_notes.yml, andrelease_upload_play_store.yml. Task names and descriptions are unchanged; only where failures are filed moves to match release-focused triage (consistent with release-blocker vars used elsewhere in CI).Reviewed by Cursor Bugbot for commit a04f4fc. Bugbot is set up for automated code reviews on this repo. Configure here.