ACTIVEPIECES/.github/workflows/closed-issue-reply.yaml
rohit cd823a2d9e
Some checks failed
Crowdin Action / synchronize-with-crowdin (push) Has been cancelled
Release Pieces / Release-Pieces (push) Has been cancelled
automaton layer
2025-07-05 23:59:03 +05:30

21 lines
723 B
YAML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Closed Issue Message
on:
issues:
types: [closed]
permissions: {}
jobs:
auto_comment:
permissions:
issues: write # to comment on issues (aws-actions/closed-issue-message)
runs-on: ubuntu-latest
if: github.repository_owner == 'activepieces'
steps:
- uses: aws-actions/closed-issue-message@v1
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
### ⚠COMMENT VISIBILITY WARNING⚠
Comments on closed issues are hard for our team to see.
If this issue is continuing with the latest stable version of Activepieces, please open a new issue that references this one.