Skip to content

Changelog entries for SSH with Access for Infrastructure and Logpush support for SSH command logs #17152

Changelog entries for SSH with Access for Infrastructure and Logpush support for SSH command logs

Changelog entries for SSH with Access for Infrastructure and Logpush support for SSH command logs #17152

Workflow file for this run

name: PR Opened
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
on:
pull_request_target:
types: [opened, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
compile:
name: Update assignees
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/assign-pr
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}