changes-requested #11241
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: changes-requested | |
on: | |
schedule: | |
- cron: "0 0 * * *" # pick a cron here, this is every day | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: luanpotter/changes-requested@master | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
# these are optional, if you want to configure: | |
days-until-close: 7 | |
trigger-label: changes-requested | |
closing-comment: This issue was closed by the changes-requested bot due to inactivity. | |
dry-run: false | |