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

Commit

Permalink
ci: 2nd party: Comment with job URL to view logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored and john-s-andersen committed Mar 2, 2023
1 parent 8552fef commit 7cddb0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/new_2nd_party_tcb_eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - Upstream: https://github.com/stefanbuck/github-issue-parser/blob/145e4dc5ee373ffe0129d3a3d9fc44dce64f7491/README.md#license=MIT
name: 'IssueOps: Alice: ShouldI: Contribute'
on:
issue_comment:
issues:
types: [created]

permissions:
Expand All @@ -20,6 +20,11 @@ jobs:
id: issue-parser
with:
template-path: .github/ISSUE_TEMPLATE/new_plugin.yml
- name: Add comment
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
with:
issue-number: ${{ github.event.issue.number }}
body: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}"

contribute:
needs: issue-parser
Expand Down

0 comments on commit 7cddb0d

Please sign in to comment.