Add tutorial on how to enable AI features #85
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: Assign Issue | |
on: | |
schedule: | |
- cron: 35 5 * * * | |
issue_comment: | |
types: [created] | |
workflow_dispatch: | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Assign the user or unassign stale assignments | |
id: assign | |
uses: takanome-dev/assign-issue-action@fix-rate-limit-err | |
with: | |
github_token: '${{ secrets.GITHUB_TOKEN }}' | |
days_until_unassign: 30 | |
maintainers: koppor, Siedlerchr, ThiloteE, calixtus, HoussemNasri |