mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-04 16:14:22 +00:00
14 lines
262 B
YAML
14 lines
262 B
YAML
# https://github.com/actions/labeler
|
|
|
|
name: Validations
|
|
on: [pull_request_target]
|
|
|
|
jobs:
|
|
label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Labelling pull request
|
|
uses: actions/labeler@v2
|
|
with:
|
|
repo-token: "${{secrets.GITHUB_TOKEN}}"
|