Skip to content

feat(hermes): add clear commands and improvements #634

feat(hermes): add clear commands and improvements

feat(hermes): add clear commands and improvements #634

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
labeler:
permissions:
contents: read
pull-requests: write
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v4 # keep v4 due to unwanted behavior changes in later versions.