Skip to content

BUG: Backend: Type mismatches in backend, can crash backend on edge cases and unexpected inputs #84

BUG: Backend: Type mismatches in backend, can crash backend on edge cases and unexpected inputs

BUG: Backend: Type mismatches in backend, can crash backend on edge cases and unexpected inputs #84

name: Auto comment on new issues
on:
issues:
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Add comment to issue
uses: actions/github-script@v7
with:
script: |
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
body: "👋 Thanks for opening this issue! The maintainers will review it shortly. Till then, do not open any PR. This is a strict rule we like to follow around here :)"
})