Skip to content

Feat: Unify policy-conflict detection on /apply, retire /policy/check (#2500-#2504) #772

Feat: Unify policy-conflict detection on /apply, retire /policy/check (#2500-#2504)

Feat: Unify policy-conflict detection on /apply, retire /policy/check (#2500-#2504) #772

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
jobs:
self-assign:
permissions:
contents: read
issues: write # assign the commenter to the issue
uses: rossoctl/.github/.github/workflows/self-assign-reusable.yml@main
secrets:
ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}