From 9a281c9c689816db305911d2470c8224bc932b2c Mon Sep 17 00:00:00 2001 From: Yu / Midori Date: Sat, 9 Nov 2024 14:27:16 +0900 Subject: [PATCH 1/2] Create no_response.yml --- .github/workflows/no_response.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/no_response.yml diff --git a/.github/workflows/no_response.yml b/.github/workflows/no_response.yml new file mode 100644 index 0000000..849e9d6 --- /dev/null +++ b/.github/workflows/no_response.yml @@ -0,0 +1,31 @@ +name: No Response + +# Both `issue_comment` and `scheduled` event types are required for this Action +# to work properly. +on: + schedule: + # Schedule for five minutes after the hour, every hour + - cron: '0 0 * * *' + +# By specifying the access of one of the scopes, all of those that are not +# specified are set to 'none'. +permissions: + issues: write + +jobs: + noResponse: + runs-on: ubuntu-latest + if: ${{ github.repository == 'natsuk4ze/gal' }} + steps: + - uses: godofredoc/no-response@0ce2dc0e63e1c7d2b87752ceed091f6d32c9df09 + with: + token: ${{ github.token }} + closeComment: > + Without additional information, we are unfortunately not sure how to + resolve this issue. We are therefore reluctantly going to close this + bug for now. + + If you find this problem please file a new issue with the same description, + Thanks for your contribution. + daysUntilClose: 20 + responseRequiredLabel: "waiting for response" From ed66c3f93efc3e264f6cf5e295eef132d854ee51 Mon Sep 17 00:00:00 2001 From: Yu / Midori Date: Sat, 9 Nov 2024 14:28:21 +0900 Subject: [PATCH 2/2] Update no_response.yml --- .github/workflows/no_response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no_response.yml b/.github/workflows/no_response.yml index 849e9d6..0351097 100644 --- a/.github/workflows/no_response.yml +++ b/.github/workflows/no_response.yml @@ -15,7 +15,7 @@ permissions: jobs: noResponse: runs-on: ubuntu-latest - if: ${{ github.repository == 'natsuk4ze/gal' }} + if: ${{ github.repository == 'natsuk4ze/compassx' }} steps: - uses: godofredoc/no-response@0ce2dc0e63e1c7d2b87752ceed091f6d32c9df09 with: