Skip to content

chore(deps): bump google-github-actions/release-please-action from 3 to 4 #17

chore(deps): bump google-github-actions/release-please-action from 3 to 4

chore(deps): bump google-github-actions/release-please-action from 3 to 4 #17

Workflow file for this run

name: PR Labeling
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
pull-requests: write
jobs:
labeling:
name: Label PRs (size and chart)
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: size-label
uses: ./
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"