diff --git a/.github/workflows/auto-comment-issue,yml b/.github/workflows/auto-comment-issue,yml new file mode 100644 index 0000000..4877cb7 --- /dev/null +++ b/.github/workflows/auto-comment-issue,yml @@ -0,0 +1,22 @@ +name: Auto Comment on Issue +on: + issues: + types: [opened] +permissions: + issues: write +jobs: + comment: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - name: Add Comment to Issue + run: | + COMMENT=$(cat <