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 9c54e65 commit 66c636dCopy full SHA for 66c636d
.github/labeler.yml
@@ -0,0 +1,22 @@
1
+ci:
2
+ - changed-files:
3
+ - any-glob-to-all-files:
4
+ - .github/**
5
+
6
+documentation:
7
8
9
+ - CONTRIBUTING.md
10
+ - CHANGELOG.md
11
+ - README.md
12
13
+example:
14
15
+ - any-glob-to-all-files: example/**
16
17
+test:
18
19
20
+ - test/**
21
+ - example/macos/RunnerTests/**/*.swift
22
+ - example/macos/RunnerUITests/**/*.swift
.github/workflows/labeler.yml
@@ -0,0 +1,11 @@
+name: Pull Request Labeler
+on: [pull_request_target]
+jobs:
+ labeler:
+ permissions:
+ contents: read
+ pull-requests: write
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v5
0 commit comments