There was an error while loading. Please reload this page.
1 parent 8552fef commit 5a35050Copy full SHA for 5a35050
1 file changed
.github/workflows/new_2nd_party_tcb_eval.yml
@@ -3,7 +3,7 @@
3
# - Upstream: https://github.com/stefanbuck/github-issue-parser/blob/145e4dc5ee373ffe0129d3a3d9fc44dce64f7491/README.md#license=MIT
4
name: 'IssueOps: Alice: ShouldI: Contribute'
5
on:
6
- issue_comment:
+ issues:
7
types: [created]
8
9
permissions:
@@ -20,6 +20,11 @@ jobs:
20
id: issue-parser
21
with:
22
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 }}"
28
29
contribute:
30
needs: issue-parser
0 commit comments