Skip to content

Refactor authentication and subscription handling; Update routes and components to support Pro access checks. #600

Refactor authentication and subscription handling; Update routes and components to support Pro access checks.

Refactor authentication and subscription handling; Update routes and components to support Pro access checks. #600

Workflow file for this run

name: Assign issue to contributor
on:
issue_comment:
jobs:
assign:
name: Take an issue
runs-on: ubuntu-latest
permissions:
issues: write
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: .take
token: ${{ secrets.GITHUB_TOKEN }}