Skip to content

Bump eslint from 9.9.1 to 9.10.0 #35

Bump eslint from 9.9.1 to 9.10.0

Bump eslint from 9.9.1 to 9.10.0 #35

name: Replace Keywords with Compliments and Insults
on:
issue_comment:
types: [created, edited]
jobs:
replace-keywords:
if: github.actor != 'github-actions[bot]' # Ensure that the action isn't triggered by the bot itself
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run the Node.js action to replace keywords
uses: bellangelo/comment-charm@v1
with:
comment-body: "${{ github.event.comment.body }}"
comment-id: ${{ github.event.comment.id }}