[BUGFIX] added can_have_stat attribute to patrols that reference both p_l and s_c #1046
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 }}' |