Skip to content

Assign Issue Action #428

Assign Issue Action

Assign Issue Action #428

Workflow file for this run

name: Assign Issue Action
on:
schedule:
- cron: 0 0 * * *
issue_comment:
types: [created]
workflow_dispatch:
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Assign the user or unassign stale assignments
uses: takanome-dev/[email protected]
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
trigger: '.take'