cleanup: use real version for k8s.io/pod-security-admission instead of v0.0.0 #3455
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 issue to contributor | |
# yamllint disable-line rule:truthy | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
assign: | |
name: Run self assign job | |
runs-on: ubuntu-latest | |
steps: | |
- name: take the issue | |
uses: bdougie/take-action@main | |
with: | |
message: > | |
Thanks for taking this issue! | |
Let us know if you have any questions! | |
trigger: /assign | |
token: ${{ secrets.GITHUB_TOKEN }} |