Authentication using TLS certs + few metrics for civ2 ux + update release notes #1418
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: size-label #https://github.com/kubernetes/kubernetes/labels?q=size | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: size-label | |
uses: "pascalgn/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |