Skip to content

Commit

Permalink
sdsf
Browse files Browse the repository at this point in the history
Signed-off-by: parth-gr <[email protected]>
  • Loading branch information
parth-gr committed Jul 5, 2022
1 parent a540e12 commit 7517f8f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Assign issue to contributor
on:
pull_request:
issue_comment:
types: [created, edited]

jobs:
assign:
name: Take an issue
runs-on: ubuntu-latest
steps:
- name: take the issue
uses: bdougie/take-action@main
env:
GITHUB_TOKEN: ${{ github.token }}
with:
message: Thanks for taking this issue! Let us know if you have any questions!
trigger: .take

0 comments on commit 7517f8f

Please sign in to comment.