[FE]feat: date Component #378
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Triage | |
on: | |
issue_comment: | |
types: | |
- created | |
- edited | |
workflow_call: | |
jobs: | |
take-issue: | |
name: Take issue | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
timeout-minutes: 10 | |
steps: | |
- name: take an issue | |
uses: bdougie/take-action@main | |
with: | |
message: Thanks for taking this on! If you have not already, Join in [Discord](https://discord.gg/mjDJ3YDE) | |
trigger: .take | |
token: ${{ secrets.GH_TOKEN }} |