Skip to content

chore: bump github.com/maximhq/bifrost/core from 1.7.13 to 1.8.4 in /authbridge/authlib #762

chore: bump github.com/maximhq/bifrost/core from 1.7.13 to 1.8.4 in /authbridge/authlib

chore: bump github.com/maximhq/bifrost/core from 1.7.13 to 1.8.4 in /authbridge/authlib #762

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 }}