diff --git a/.github/workflows/flag-no-response.yaml b/.github/workflows/flag-no-response.yaml new file mode 100644 index 0000000000..9dfd3592ca --- /dev/null +++ b/.github/workflows/flag-no-response.yaml @@ -0,0 +1,15 @@ +name: No Response + +on: + issue_comment: + types: [created] + schedule: + - cron: '5 * * * *' + +jobs: + noResponse: + runs-on: ubuntu-latest + steps: + - uses: lee-dohm/no-response@v0.5.0 + with: + token: ${{ github.token }} \ No newline at end of file