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 ebdf5d5 commit fa244eaCopy full SHA for fa244ea
__tests__/main.test.ts
@@ -1,4 +1,3 @@
1
-describe('TODO - Add a test suite', () => {
2
- it('TODO - Add a test', async () => {
3
- });
+describe("TODO - Add a test suite", () => {
+ it("TODO - Add a test", async () => {});
4
});
action.yml
@@ -7,6 +7,12 @@ inputs:
7
configuration-path:
8
description: 'The path for the label configurations'
9
default: '.github/labeler.yml'
10
+ required: false
11
+ sync-labels:
12
+ description: 'Whether or not to remove labels when matching files are reverted'
13
+ default: false
14
15
+
16
runs:
17
using: 'node12'
18
main: 'dist/index.js'
0 commit comments