small-point: remove {userPrompt} when it's empty/omit(please ignore this if the final prompt will eval it, the it's only showing this in logging #1243
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: Auto label | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
- labeled | |
- unlabeled | |
- closed | |
env: | |
GH_PAT: ${{ secrets.GITHUB_TOKEN }} | |
EVENT: ${{ toJSON(github.event)}} | |
EVENT_NAME: ${{ github.event_name}} | |
jobs: | |
sync: | |
name: auto label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: HarrisChu/auto_label@v1 |