Skip to content

Commit

Permalink
lets try comment run
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit16-19 committed Apr 23, 2024
1 parent 91b23a5 commit a369d5f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/comment-run.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Comment run"
on:
issue_comment:
types: [created, edited]

jobs:
comment-run:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: nwtgck/actions-comment-run@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allowed-associations: '["OWNER", "COLLABORATOR"]'

0 comments on commit a369d5f

Please sign in to comment.