Emojis are nice - Fix column name Incoming 📨

This commit is contained in:
Himanshu Mishra
2020-11-10 15:29:28 +01:00
parent 8dd60357f1
commit 99c35b909a
+4 -5
View File
@@ -10,7 +10,6 @@ on:
types: [opened, reopened, labeled, edited]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
@@ -26,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
@@ -34,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
@@ -44,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
@@ -52,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 📨'