[CONTENT] Last Symbols #1036
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: | |
# for automatic unassigning for inactivity | |
schedule: | |
- cron: 0 0 * * * | |
issue_comment: | |
types: [created] | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Assign user or unassign inactive self-assigned issue | |
uses: takanome-dev/[email protected] | |
with: | |
github_token: '${{ secrets.GITHUB_TOKEN }}' |