Skip to content

build(deps): bump github.com/vektra/mockery/v2 from 2.46.0 to 2.46.2 #1040

build(deps): bump github.com/vektra/mockery/v2 from 2.46.0 to 2.46.2

build(deps): bump github.com/vektra/mockery/v2 from 2.46.0 to 2.46.2 #1040

name: Issue Comment Created Triage
permissions:
issues: write
pull-requests: write
on:
issue_comment:
types: [created]
jobs:
issue_comment_triage:
# Only run this job for issue comments
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Remove stale and waiting-response labels
run: gh issue edit ${{ github.event.issue.html_url }} --remove-label stale,waiting-response