Skip to content

Directory Filter - Remove Followers from Status if Following is disabled in Module #903

Directory Filter - Remove Followers from Status if Following is disabled in Module

Directory Filter - Remove Followers from Status if Following is disabled in Module #903

Workflow file for this run

# Configuration for Support Requests - https://github.com/dessant/support-requests
name: 'Support Requests'
on:
issues:
types: [labeled, unlabeled, reopened]
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
github-token: ${{ github.token }}
support-label: 'Support'
issue-comment: >
:wave: @{issue-author}, we use the issue tracker exclusively
for bug reports and feature requests. However, this issue appears
to be a support request.
Please use our community at https://community.humhub.com or the Professional Edition support channels to get help.
close-issue: true
lock-issue: false
issue-lock-reason: 'off-topic'