Fix: don't try to migrate cms prs from forks (#3331)

This commit is contained in:
Erez Rokah
2020-02-27 18:24:39 +01:00
committed by GitHub
parent 908c42fb58
commit 3e873f3e02
42 changed files with 9292 additions and 8472 deletions

View File

@ -5,7 +5,7 @@ import { entry1, entry2, entry3 } from './common/entries';
const backend = 'github';
describe('Github Backend Editorial Workflow - GraphQL API', () => {
let taskResult = { data: {} };
const taskResult = { data: {} };
before(() => {
specUtils.before(

View File

@ -5,7 +5,7 @@ import { entry1, entry2, entry3 } from './common/entries';
const backend = 'github';
describe('Github Backend Editorial Workflow - GraphQL API - Open Authoring', () => {
let taskResult = { data: {} };
const taskResult = { data: {} };
before(() => {
specUtils.before(

View File

@ -5,7 +5,7 @@ import * as specUtils from './common/spec_utils';
const backend = 'github';
describe('GitHub Backend Media Library - GraphQL API', () => {
let taskResult = { data: {} };
const taskResult = { data: {} };
before(() => {
specUtils.before(

View File

@ -5,7 +5,7 @@ import { entry1, entry2, entry3 } from './common/entries';
const backend = 'github';
describe('GitHub Backend Simple Workflow - GraphQL API', () => {
let taskResult = { data: {} };
const taskResult = { data: {} };
before(() => {
specUtils.before(