Skip to content

Inconsistencies with documentation and with PECL extension #14

Inconsistencies with documentation and with PECL extension

Inconsistencies with documentation and with PECL extension #14

Workflow file for this run

name: Autocloser
on: [issues, pull_request]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issues
uses: roots/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} this repo is read only. Please post your issues or PR at https://github.com/openswoole/openswoole"
issue-pattern: ".*READONLY REPO.*"