File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4848 owner: context.repo.owner,
4949 repo: context.repo.repo,
5050 tag_name: tagName,
51- name: `Release of ${tagName} failed `,
51+ name: `Release ${tagName}`,
5252 generate_release_notes: true,
5353 });
5454
7272 await github.rest.issues.create({
7373 owner: context.repo.owner,
7474 repo: context.repo.repo,
75- title: `Release failure on ${new Date().toDateString()}`,
76- body: `Details: https://github.com/${context.repo.owner}/${context.repo.repo} /actions/workflows/release.yml`,
75+ title: `Release of django-stubs-ext failure on ${new Date().toDateString()}`,
76+ body: `Details: https://github.com/typeddjango/django-stubs /actions/workflows/release-django-stubs-ext .yml`,
7777 })
Original file line number Diff line number Diff line change 4747 owner: context.repo.owner,
4848 repo: context.repo.repo,
4949 tag_name: tagName,
50- name: `Release of ${tagName} failed `,
50+ name: `Release ${tagName}`,
5151 generate_release_notes: true,
5252 });
5353
7171 await github.rest.issues.create({
7272 owner: context.repo.owner,
7373 repo: context.repo.repo,
74- title: `Release failure on ${new Date().toDateString()}`,
75- body: `Details: https://github.com/${context.repo.owner}/${context.repo.repo} /actions/workflows/release.yml`,
74+ title: `Release of django-stubs failure on ${new Date().toDateString()}`,
75+ body: `Details: https://github.com/typeddjango/django-stubs /actions/workflows/release-django-stubs .yml`,
7676 })
You can’t perform that action at this time.
0 commit comments