Change WYSIWYG label in automation (#23630)
This commit is contained in:
parent
5da11ae436
commit
2a46122f28
1 changed files with 2 additions and 2 deletions
4
.github/workflows/triage-labelled.yml
vendored
4
.github/workflows/triage-labelled.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
contains(github.event.issue.labels.*.name, 'A-Tags') ||
|
contains(github.event.issue.labels.*.name, 'A-Tags') ||
|
||||||
contains(github.event.issue.labels.*.name, 'A-Video-Rooms') ||
|
contains(github.event.issue.labels.*.name, 'A-Video-Rooms') ||
|
||||||
contains(github.event.issue.labels.*.name, 'A-Message-Starring') ||
|
contains(github.event.issue.labels.*.name, 'A-Message-Starring') ||
|
||||||
contains(github.event.issue.labels.*.name, 'A-Composer-WYSIWYG')
|
contains(github.event.issue.labels.*.name, 'A-Rich-Text-Editor')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v5
|
- uses: actions/github-script@v5
|
||||||
with:
|
with:
|
||||||
|
@ -296,7 +296,7 @@ jobs:
|
||||||
name: Add labelled issues to PS features team 3
|
name: Add labelled issues to PS features team 3
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.issue.labels.*.name, 'A-Composer-WYSIWYG')
|
contains(github.event.issue.labels.*.name, 'A-Rich-Text-Editor')
|
||||||
steps:
|
steps:
|
||||||
- uses: octokit/graphql-action@v2.x
|
- uses: octokit/graphql-action@v2.x
|
||||||
id: add_to_project
|
id: add_to_project
|
||||||
|
|
Loading…
Reference in a new issue