Skip to content

When I try to customize the table prefix, the cache may have problems finding the key value; For example, set table_prefix to xxxx_. The possible cause is that the prefix of the cache value related to "global_xxxx“ is set in the code. #1100

When I try to customize the table prefix, the cache may have problems finding the key value; For example, set table_prefix to xxxx_. The possible cause is that the prefix of the cache value related to "global_xxxx“ is set in the code.

When I try to customize the table prefix, the cache may have problems finding the key value; For example, set table_prefix to xxxx_. The possible cause is that the prefix of the cache value related to "global_xxxx“ is set in the code. #1100

Workflow file for this run

name: 'assign issues'
on:
issue_comment:
types: [created, edited]
jobs:
assign_issues:
name: assign issues
if: ${{ !github.event.issue.pull_request && github.event.comment.body == '/assign' }}
runs-on: ubuntu-latest
steps:
- name: 'Assign issue'
uses: pozil/auto-assign-issue@v1.4.0
with:
assignees: ${{ github.event.comment.user.login }}