Skip to content

ci: pin to v0.20.0 #1029

ci: pin to v0.20.0

ci: pin to v0.20.0 #1029

Workflow file for this run

name: "Pull Request Labeler"
# https://github.com/actions/labeler
on:
pull_request_target:
jobs:
triage:
runs-on: ubuntu-22.04
timeout-minutes: 1
permissions: {}
steps:
- uses: peaceiris/[email protected]
id: app
with:
app_id: ${{ secrets.GH_APP_ID }}
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: actions/labeler@v4
with:
repo-token: "${{ steps.app.outputs.token }}"