Skip to content

tighten rbac further and update specs #440

tighten rbac further and update specs

tighten rbac further and update specs #440

Workflow file for this run

name: Pull Request Labeler
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
pull-requests: write
issues: write
jobs:
size-labeler:
name: Size
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Apply size label
uses: ngrok/pr-size-labeler@77827af3431595c474d738acf7cfcee30c86edc1 # v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}