unstale issues/prs on comments right away
| @@ -4,8 +4,9 @@ on: | |||
| 4 | workflow_dispatch: | 4 | workflow_dispatch: |
| 5 | schedule: | 5 | schedule: |
| 6 | - cron: '0 0 * * *' # Runs every day at midnight UTC | 6 | - cron: '0 0 * * *' # Runs every day at midnight UTC |
| 7 | issues: | 7 | issue_comment: |
| 8 | types: [labeled, unlabeled, edited] | 8 | types: [created] |
| 9 | |||
| 9 | 10 | ||
| 10 | jobs: | 11 | jobs: |
| 11 | mark-inactivity: | 12 | mark-inactivity: |