Skip to content

build(deps): bump the major group across 1 directory with 2 updates #316

build(deps): bump the major group across 1 directory with 2 updates

build(deps): bump the major group across 1 directory with 2 updates #316

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 rossoctl/.github.
#
# Reference: https://github.com/rossoctl/.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: rossoctl/.github/.github/workflows/self-assign-reusable.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05
secrets:
ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}