Skip to content

Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /receiver/podmanreceiver #126

Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /receiver/podmanreceiver

Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /receiver/podmanreceiver #126

name: 'Auto Assign'
on:
pull_request_target:
types:
- opened
- ready_for_review
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
add-owner:
permissions:
pull-requests: write # required for assigning reviewers to PRs
runs-on: ubuntu-24.04
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false }}
steps:
- name: run
uses: kentaro-m/auto-assign-action@a6d59add3a817df08cafa9b166367768d2c337f8 # v2.0.1
with:
configuration-path: ".github/auto_assign.yml"
repo-token: '${{ secrets.GITHUB_TOKEN }}'