Skip to content

Build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.60.1 #1176

Build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.60.1

Build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.60.1 #1176

Workflow file for this run

name: "Comment run"
on:
issue_comment:
types: [created, edited]
jobs:
comment-run:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
# 0 indicates all history
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: nwtgck/actions-comment-run@v3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allowed-associations: '["OWNER"]'