Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 5a35050

Browse files
authored
Update new_2nd_party_tcb_eval.yml
1 parent 8552fef commit 5a35050

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/new_2nd_party_tcb_eval.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# - Upstream: https://github.com/stefanbuck/github-issue-parser/blob/145e4dc5ee373ffe0129d3a3d9fc44dce64f7491/README.md#license=MIT
44
name: 'IssueOps: Alice: ShouldI: Contribute'
55
on:
6-
issue_comment:
6+
issues:
77
types: [created]
88

99
permissions:
@@ -20,6 +20,11 @@ jobs:
2020
id: issue-parser
2121
with:
2222
template-path: .github/ISSUE_TEMPLATE/new_plugin.yml
23+
- name: Add comment
24+
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
25+
with:
26+
issue-number: ${{ github.event.issue.number }}
27+
body: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}"
2328

2429
contribute:
2530
needs: issue-parser

0 commit comments

Comments
 (0)