This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
Brake Pedal does NOT disengage BoltPilot, but Regen Paddle does. #48
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: Issue comment labler | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-cool/issues-helper@v3 | |
if: contains(github.event.comment.body, '/user-review') | |
with: | |
actions: 'add-labels' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
labels: 'user-review-needed/사용자리뷰-요청' |