You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issues: # whenever a new issue is created (opened)
types: [opened]
jobs:
comment-with-action:
runs-on: ubuntu-latest
steps:
- name: "Dump GitHub context"
run: echo '${{ toJSON(github.event) }}' | jq
shell: bash
# this will create a comment after passing certain amoount numbers of issues. from GitHub **Markdown** https://github.com/marketplace/actions/create-or-update-comment