github-workflows/.github/workflows/invalid-interaction-helper.yml
dependabot[bot] e1f9506925
Bump peter-evans/create-or-update-comment from 3.0.0 to 3.0.1
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 02:01:32 +00:00

18 lines
539 B
YAML

name: Comment on invalid interaction
on:
workflow_call:
jobs:
add-comment-on-invalid:
if: github.event.label.name == 'invalid'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Add comment on invalid
uses: peter-evans/create-or-update-comment@v3.0.1
with:
issue-number: ${{ github.event.issue.number}}
body: |
A human has marked this issue as invalid, this likely happened because the issue template was not used in the creation of the issue.