feat: support/probe without dapr #2947
Workflow file for this run
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: PULL-REQUEST-LABEL-SIZE | |
on: | |
pull_request_target: | |
types: [ edited, opened, synchronize ] | |
env: | |
GITHUB_TOKEN: ${{ github.token }} | |
jobs: | |
size-label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: set size label | |
run: | | |
bash .github/utils/utils.sh --type 15 \ | |
--github-token "${{ env.GITHUB_TOKEN }}" \ | |
--pr-number ${{ github.event.pull_request.number }} |