mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-26 23:58:16 +00:00
14 lines
253 B
YAML
14 lines
253 B
YAML
# https://github.com/actions/labeler
|
|
|
|
name: Validations
|
|
on: pull_request
|
|
|
|
jobs:
|
|
label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Labelling pull request
|
|
uses: actions/labeler@v2
|
|
with:
|
|
repo-token: "${{secrets.GITHUB_TOKEN}}"
|