1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00
Files
archived-php-src/.github/workflows/close-needs-feedback.yml
Ilija Tovilo 2753b454f3 [ci skip] Don't run GitHub actions on forks
Closes GH-8111
Closes GH-8119
2022-02-19 11:29:12 +01:00

19 lines
678 B
YAML

name: Close old issues that need feedback
on:
schedule:
- cron: "0 0 * * *"
jobs:
build:
if: github.repository_owner == 'php'
runs-on: ubuntu-latest
steps:
- name: Close old issues that need feedback
uses: dwieeb/needs-reply@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-label: "Status: Needs Feedback"
days-before-close: 14
close-message: "No feedback was provided. The issue is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so. Thank you."