mirror of
https://github.com/status-im/actions-gh-pages.git
synced 2025-02-12 04:56:42 +00:00
ci: add actions/labeler
This commit is contained in:
parent
b427ba5d48
commit
33f5d6c1bf
13
.github/workflows/labeler.yml
vendored
Normal file
13
.github/workflows/labeler.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
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 }}"
|
Loading…
x
Reference in New Issue
Block a user