fix: add possibility to use own handling of onerror which will not en… #288
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: 🏷️ Label(Status) | |
on: | |
pull_request_target: | |
types: [opened, closed, edited, reopened, synchronize, ready_for_review] | |
pull_request_review: | |
types: [submitted, dismissed] | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bubkoo/use-app-token@v1 | |
with: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.PRIVATE_KEY }} | |
env_name: bot_token | |
- uses: bubkoo/pr-triage@v1 | |
with: | |
GITHUB_TOKEN: ${{ env.bot_token }} |