Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/carson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ settings:
Closing this issue: the description still does not follow the bug report template after {{days_until_close}} days.

Please open a new issue using the [bug report form](https://github.com/codeigniter4/CodeIgniter4/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml&title=Bug%3A+). For feature requests or support questions, please use the [forums](https://forum.codeigniter.com/forum-30.html).
- label: waiting for info
days_until_close: 14
unlabel_on_response: true
close_message: |-
Closing this {{type}}: there has been no response for {{days_until_close}} days after more information was requested.

If you can provide the requested details, leave a comment and a maintainer can reopen it.
pr-title-linter:
name: 'Carson / pr-title-linter'
rules:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/run-carson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- opened
- edited
- labeled
issue_comment:
types:
- created
push:
branches:
- develop
Expand All @@ -28,7 +31,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Carson
uses: NexusPHP/carson@e4b2fde33f32c47455df218cf1765702c15c3b8b # v1.6.0
uses: NexusPHP/carson@cb35604ab330c2e44dba673fcef712c78e75f858 # v1.7.0
with:
app_id: ${{ secrets.CARSON_APP_ID }}
private_key: ${{ secrets.CARSON_PRIVATE_KEY }}
Expand Down