Skip to content

[common]: Allows annotations on pvcs #316

[common]: Allows annotations on pvcs

[common]: Allows annotations on pvcs #316

Workflow file for this run

---
name: 'PR Labels'
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"