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

build(deps): bump the github-dependencies group with 4 updates #68

build(deps): bump the github-dependencies group with 4 updates

build(deps): bump the github-dependencies group with 4 updates #68

Workflow file for this run

name: Assign issue to contributor
on:
issue_comment:
types: [created, edited]
jobs:
assign:
name: Run self assign job
runs-on: ubuntu-latest
steps:
- name: take the issue
uses: bdougie/take-action@main
with:
message: Thanks for taking this issue! Let us know if you have any questions!
trigger: /assign
token: ${{ secrets.GITHUB_TOKEN }}