Merge branch 'actions:main' into main

This commit is contained in:
Josh Dales
2023-03-18 16:44:40 -04:00
committed by GitHub
18 changed files with 2255 additions and 35 deletions

View File

@@ -49,7 +49,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
@@ -80,7 +80,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