diff --git a/.github/workflows/discover-issue-actions.yml b/.github/workflows/discover-issue-actions.yml index 9f32e506a803..f434b2a0e7cf 100644 --- a/.github/workflows/discover-issue-actions.yml +++ b/.github/workflows/discover-issue-actions.yml @@ -30,6 +30,7 @@ jobs: issue_number=$(cat $GITHUB_EVENT_PATH | jq '.issue.number') field_changed=$(cat $GITHUB_EVENT_PATH | jq '.changes.custom_fields.Technology.to') +# Remove me field_changed='Front-end' issue_number=29032 diff --git a/.github/workflows/frontend-technology-notify.yml b/.github/workflows/frontend-technology-notify.yml index 1531f6719afe..ca1ce2183b19 100644 --- a/.github/workflows/frontend-technology-notify.yml +++ b/.github/workflows/frontend-technology-notify.yml @@ -56,6 +56,8 @@ jobs: githack_core_repo_url=https://${githack_host}/${{ github.repository }} branch=/${{ github.head_ref }} +# Remove me + branch=/issue-29032-frontend-notify-when-issue-edited github_teams_file=github-teams.json github_teams_path=.github/data/${github_teams_file} github_teams_url=${githack_core_repo_url}${branch}/${github_teams_path}