mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-30 06:21:14 +00:00
Labeler path changes
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ domain:
|
||||
|
||||
documentation:
|
||||
- ./*.md
|
||||
- docs/*.md
|
||||
- ./**/*.md
|
||||
|
||||
@@ -19,6 +19,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Labelling pull request
|
||||
uses: actions/labeler@v2
|
||||
uses: actions/labeler@main
|
||||
with:
|
||||
repo-token: "${{secrets.GITHUB_TOKEN}}"
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user