mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-01-20 01:58:55 +00:00
14 lines
236 B
YAML
14 lines
236 B
YAML
name: "Pull Request Labeler"
|
|
# https://github.com/actions/labeler
|
|
|
|
on:
|
|
- pull_request_target
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-18.04
|
|
steps:
|
|
- uses: actions/labeler@v3
|
|
with:
|
|
repo-token: "${{ secrets.GH_PAT }}"
|