Skip to content

chore(deps): update requests requirement from >=2.33.0 to >=2.33.1 in /plugins/examples/nemocheck #26

chore(deps): update requests requirement from >=2.33.0 to >=2.33.1 in /plugins/examples/nemocheck

chore(deps): update requests requirement from >=2.33.0 to >=2.33.1 in /plugins/examples/nemocheck #26

Workflow file for this run

# Issue Self-Assign
#
# Thin caller for the org-wide reusable self-assign workflow.
# Configuration and defaults are managed centrally in kagenti/.github.
#
# Reference: https://github.com/kagenti/.github/blob/main/.github/workflows/self-assign-reusable.yml
#
name: Issue self-assign
on:
issue_comment:
types: [created]
permissions:
contents: read
issues: write
jobs:
self-assign:
uses: kagenti/.github/.github/workflows/self-assign-reusable.yml@679a2cd1cfde7eed742cf76e9f6608eb91cf1bdd # main
secrets:
ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}