You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: revert "chore: create issue on test failure for legacy-librarian branch" (#3069)
Reverts #3014
This change is not creating alert PRs for failures on legacy-librarian
branch as intended. We are also making some change to how automation is
run. Will add "create PR on failure of legacy-librarian head" when
changes are done.
- name: Create an issue for push event to main/legacy-librarian
74
+
- name: Create an issue for push event to main
75
75
run: |
76
-
ISSUE_TITLE="all: tests failed at HEAD (${{ github.ref_name }})"
77
-
BODY="Tests failed at HEAD of the \`${{ github.ref_name }}\` branch. Please review Workflow Run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} for detail."
76
+
ISSUE_TITLE="all: tests failed at HEAD"
77
+
BODY="Tests failed at HEAD of the \`main\` branch. Please review Workflow Run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} for detail."
0 commit comments