Close old issues that need reply #1252
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: Close old issues that need reply | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close old issues that need reply | |
uses: dwieeb/needs-reply@v2 | |
with: | |
repo-token: ${{ secrets.BOT_TOKEN }} | |
issue-label: needs-reply | |
close-message: | | |
It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot. | |
Have a great day! | |
Capacitor Community Bot 💙 |