Bump sigstore/cosign-installer from 9becc617647dfa20ae7b1151972e9b3a2c338a2b to e11c0892438d2c0a48e49dee376e4883f10f2e59 #314
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Assign PR to Author | |
on: | |
pull_request: | |
types: [opened, ready_for_review, reopened] | |
permissions: | |
contents: read | |
jobs: | |
assign-pr: | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 | |
with: | |
egress-policy: block | |
allowed-endpoints: > | |
api.github.com:443 | |
- name: Auto Assign PR | |
uses: hkusu/review-assign-action@e7863d32a4c6fa2cbad35c5b44e62c34a151b59f | |
with: | |
assignees: ${{ github.actor }} |