Skip to content

Commit

Permalink
Fix task_url_regex in update_asana_for_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 11, 2024
1 parent 91f1f9a commit e879755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_asana_for_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -e -o pipefail

workspace_id="137249556945"
asana_api_url="https://app.asana.com/api/1.0"
task_url_regex='^https://app.asana.com/[0-9]/[0-9]*/([0-9]*)/f$'
task_url_regex='^https://app.asana.com/[0-9]/[0-9]*/([0-9]*)(:?/f)?$'
default_incidents_parent_task_id="1135688560894081"
default_current_objectives_project_id="72649045549333"
cwd="$(dirname "${BASH_SOURCE[0]}")"
Expand Down

0 comments on commit e879755

Please sign in to comment.