From 9badb8f73731521bb0b1e9eeec43516d6abd1973 Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 11 Nov 2020 09:53:26 +0100 Subject: [PATCH] TechDocs project: try without having an emoji in the name --- .github/workflows/techdocs-project-board.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/techdocs-project-board.yml b/.github/workflows/techdocs-project-board.yml index c6beb9567c..a2fb980259 100644 --- a/.github/workflows/techdocs-project-board.yml +++ b/.github/workflows/techdocs-project-board.yml @@ -25,7 +25,7 @@ jobs: contains(github.event.issue.title, 'Techdocs') with: project: 'https://github.com/orgs/backstage/projects/1' - column_name: 'Incoming 📨' + column_name: 'Incoming' - name: Assign new issue to Incoming based on its label. uses: srggrs/assign-one-project-github-action@1.2.0 @@ -33,7 +33,7 @@ jobs: contains(github.event.issue.labels.*.name, 'docs-like-code') with: project: 'https://github.com/orgs/backstage/projects/1' - column_name: 'Incoming 📨' + column_name: 'Incoming' - name: Assign new PR to Incoming based on its title. uses: srggrs/assign-one-project-github-action@1.2.0 @@ -43,7 +43,7 @@ jobs: contains(github.event.pull_request.title, 'Techdocs') with: project: 'https://github.com/orgs/backstage/projects/1' - column_name: 'Incoming 📨' + column_name: 'Incoming' - name: Assign new PR to Incoming based on its label. uses: srggrs/assign-one-project-github-action@1.2.0 @@ -51,4 +51,4 @@ jobs: contains(github.event.pull_request.labels.*.name, 'docs-like-code') with: project: 'https://github.com/orgs/backstage/projects/1' - column_name: 'Incoming 📨' + column_name: 'Incoming'