mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 12:37:48 +00:00
Add and configure ESLint and update configuration for Prettier (#508)
* Add ESLint and update Prettier * Rebuild action * Update package.json
This commit is contained in:
@@ -48,7 +48,7 @@ describe('run', () => {
|
||||
});
|
||||
|
||||
it('(with sync-labels: true) it deletes preexisting PR labels that no longer match the glob pattern', async () => {
|
||||
let mockInput = {
|
||||
const mockInput = {
|
||||
'repo-token': 'foo',
|
||||
'configuration-path': 'bar',
|
||||
'sync-labels': true
|
||||
@@ -79,7 +79,7 @@ describe('run', () => {
|
||||
});
|
||||
|
||||
it('(with sync-labels: false) it issues no delete calls even when there are preexisting PR labels that no longer match the glob pattern', async () => {
|
||||
let mockInput = {
|
||||
const mockInput = {
|
||||
'repo-token': 'foo',
|
||||
'configuration-path': 'bar',
|
||||
'sync-labels': false
|
||||
|
||||
Reference in New Issue
Block a user