Skip to content

ci: use peaceiris/workflows actionlint #1031

ci: use peaceiris/workflows actionlint

ci: use peaceiris/workflows actionlint #1031

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 }}"