We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd67c7 commit 4e3bc4dCopy full SHA for 4e3bc4d
.github/workflows/labeler.yml
@@ -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
+# Add 'label1' to any changes within 'example' folder or any subfolders
+documentation: README.md
7
8
-name: Labeler
9
-on: [pull_request]
+# Add 'label2' to any file changes within 'example2' folder
+test:
+ - test/**/*
10
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 }}"
+github-actions:
+ - .github/**/*
0 commit comments