Skip to content

Commit 4e3bc4d

Browse files
committed
[GITHUB]- Actions
Signed-off-by: ashish <ashishpatel0720@gmail.com>
1 parent 4bd67c7 commit 4e3bc4d

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

.github/workflows/labeler.yml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
# This workflow will triage pull requests and apply a label based on the
2-
# paths that are modified in the pull request.
3-
#
4-
# To use this workflow, you will need to set up a .github/labeler.yml
5-
# file with configuration. For more information, see:
6-
# https://github.com/actions/labeler
1+
# Add 'label1' to any changes within 'example' folder or any subfolders
2+
documentation: README.md
73

8-
name: Labeler
9-
on: [pull_request]
4+
# Add 'label2' to any file changes within 'example2' folder
5+
test:
6+
- test/**/*
107

11-
jobs:
12-
label:
13-
14-
runs-on: ubuntu-latest
15-
16-
steps:
17-
- uses: actions/labeler@v2
18-
with:
19-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
8+
github-actions:
9+
- .github/**/*

0 commit comments

Comments
 (0)